We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfcd9a commit e49a53bCopy full SHA for e49a53b
pkg/resource/private_endpoint_registration.go
@@ -65,7 +65,7 @@ func (r *PrivateEndpointRegistrationResource) Configure(_ context.Context, req r
65
func (r *PrivateEndpointRegistrationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) {
66
resp.Diagnostics.AddError(
67
"Deprecated resource",
68
- "The 'clickhouse_private_endpoint_registration' and can't be used any more to create new instances.",
+ "The 'clickhouse_private_endpoint_registration' is deprecated and can't be used any more to create new instances.",
69
)
70
}
71
0 commit comments