Fix log typo (#37)

* Fix log typo

* Fix fix

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2023-09-27 16:34:54 +01:00 committed by GitHub
parent 538fbd89b1
commit 043c83ee14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -68,7 +68,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "LogMe zone client configured")
tflog.Info(ctx, "LogMe instance client configured")
}
// Schema defines the schema for the resource.

View file

@ -68,7 +68,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "MariaDB zone client configured")
tflog.Info(ctx, "MariaDB instance client configured")
}
// Schema defines the schema for the resource.

View file

@ -68,7 +68,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "OpenSearch zone client configured")
tflog.Info(ctx, "OpenSearch instance client configured")
}
// Schema defines the schema for the resource.

View file

@ -69,7 +69,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "PostgreSQL zone client configured")
tflog.Info(ctx, "PostgreSQL instance client configured")
}
// Schema defines the schema for the resource.

View file

@ -68,7 +68,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "RabbitMQ zone client configured")
tflog.Info(ctx, "RabbitMQ instance client configured")
}
// Schema defines the schema for the resource.

View file

@ -68,7 +68,7 @@ func (r *instanceDataSource) Configure(ctx context.Context, req datasource.Confi
}
r.client = apiClient
tflog.Info(ctx, "Redis zone client configured")
tflog.Info(ctx, "Redis instance client configured")
}
// Schema defines the schema for the resource.