Skip to content

Commit 18b187e

Browse files
authored
Remove deprecation from private_endpoint_config attribute of clickhou… (#216)
1 parent 61f058f commit 18b187e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/resources/service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "clickhouse_service" "service" {
6969
- `endpoints` (Attributes List) List of public endpoints. (see [below for nested schema](#nestedatt--endpoints))
7070
- `iam_role` (String) IAM role used for accessing objects in s3.
7171
- `id` (String) ID of the created service. Generated by ClickHouse Cloud.
72-
- `private_endpoint_config` (Attributes, Deprecated) Service config for private endpoints (see [below for nested schema](#nestedatt--private_endpoint_config))
72+
- `private_endpoint_config` (Attributes) Service config for private endpoints (see [below for nested schema](#nestedatt--private_endpoint_config))
7373

7474
<a id="nestedatt--ip_access"></a>
7575
### Nested Schema for `ip_access`

pkg/resource/service.go

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ func (r *ServiceResource) Schema(_ context.Context, _ resource.SchemaRequest, re
229229
Computed: true,
230230
},
231231
},
232-
DeprecationMessage: "Please use the `clickhouse_private_endpoint_config` data source instead.",
233232
PlanModifiers: []planmodifier.Object{
234233
objectplanmodifier.UseStateForUnknown(),
235234
},

0 commit comments

Comments
 (0)