Skip to content

Commit ccfcd9a

Browse files
committed
private endpoint refactoring
1 parent bac7e20 commit ccfcd9a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/resources/private_endpoint_registration.md

-19
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ description: |-
1010

1111
This resource is deprecated since version 3.2.0. Please refer to [the docs](https://github.com/ClickHouse/terraform-provider-clickhouse?tab=readme-ov-file#breaking-changes-and-deprecations) for migration steps.
1212

13-
## Example Usage
1413

15-
```terraform
16-
resource "clickhouse_private_endpoint_registration" "endpoint" {
17-
cloud_provider = "aws"
18-
private_endpoint_id = "vpce-..."
19-
region = "us-west-2"
20-
description = "Private Link from VPC foo"
21-
}
22-
```
2314

2415
<!-- schema generated by tfplugindocs -->
2516
## Schema
@@ -33,13 +24,3 @@ resource "clickhouse_private_endpoint_registration" "endpoint" {
3324
### Optional
3425

3526
- `description` (String) Description of the private endpoint
36-
37-
## Import
38-
39-
Import is supported using the following syntax:
40-
41-
```shell
42-
# Endpoint Attachments can be imported by specifying the Cloud provider private endpoint ID
43-
# For example for AWS you could run:
44-
terraform import clickhouse_private_endpoint_registration.example vpce-xxxxxx
45-
```

0 commit comments

Comments
 (0)