Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stackit/internal/services/logme/instance/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stackit/internal/services/mariadb/instance/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stackit/internal/services/redis/instance/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down