Skip to content

Commit e49a53b

Browse files
committed
private endpoint refactoring
1 parent ccfcd9a commit e49a53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/private_endpoint_registration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (r *PrivateEndpointRegistrationResource) Configure(_ context.Context, req r
6565
func (r *PrivateEndpointRegistrationResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) {
6666
resp.Diagnostics.AddError(
6767
"Deprecated resource",
68-
"The 'clickhouse_private_endpoint_registration' and can't be used any more to create new instances.",
68+
"The 'clickhouse_private_endpoint_registration' is deprecated and can't be used any more to create new instances.",
6969
)
7070
}
7171

0 commit comments

Comments
 (0)