ClickHouse / terraform-provider-clickhouse

Terraform Provider for ClickHouse Cloud
Apache License 2.0
21 stars 7 forks source link

rename "id" to "private_endpoint_id" in "private_endpoint_registration" #141

Closed whites11 closed 2 months ago

whites11 commented 2 months ago

Towards: https://github.com/ClickHouse/terraform-provider-clickhouse/issues/135

Renaming the id field in private_endpoint_registration to a more appropiare private_endpoint_id

as a side effect, we make the provider more "pulumi friendly" as per customer request.