ClickHouse / terraform-provider-clickhouse

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

Private Endpoint Config DEPRECATED #72

Open yardenws opened 2 months ago

yardenws commented 2 months ago

In the documentation, it says that private_endpoint_config is DEPRECATED. Is there any other possible way to fetch private_dns_hostname? I've tried to fetch the entire service output but it doesn't seem to appear in any other place than that. Is it planned to move to endpoints output?

│ Warning: Deprecated attribute │ │ on .terraform/modules/site/modules/clickhouse/main.tf line 128, in resource "aws_secretsmanager_secret_version" "clickhouse_endpoint_secret_version": │ 128: secret_string = clickhouse_service.aternity.private_endpoint_config.private_dns_hostname │ │ The attribute "private_endpoint_config" is deprecated. Refer to the provider documentation for details.

whites11 commented 2 months ago

hi @yardenws

thanks for reaching out.

You are right, currently there is no alternative way of getting the DNS hostname but using the deprecated field.

We are indeed working on exposing the DNS hostname field through the clickhouse_private_endpoint_config data source, but unfortunately I don't have an ETA to communicate at this stage.

I will keep this ticket open, and get back to you when I'll have news.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove no-issue-activity label or comment or this will be closed in 5 days.

github-actions[bot] commented 4 weeks ago

This issue was closed because it has been stalled for 5 days with no activity.