cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
55 stars 10 forks source link

internal/provider: expose the internal_dns field within the region model #143

Closed jaylim-crl closed 11 months ago

jaylim-crl commented 11 months ago

Previously, there was no way to obtain the internal_dns field via the terraform provider; the CC API does return the internal_dns field. This commit updates the provider to include that field so that users could use it for VPC Peering or AWS PrivateLink.

jaylim-crl commented 11 months ago

TFTR!