Fix log typo (#37)
* Fix log typo * Fix fix --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
538fbd89b1
commit
043c83ee14
6 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue