Skip to content

Commit

Permalink
Adding support for Cloud DNS Additive VPC Scope for GKE, currently in…
Browse files Browse the repository at this point in the history
… preview (#10590) (#18031)

[upstream:d20b9dd485b908780761f82ad6a89c8fa62d592a]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 7, 2024
1 parent d81b85b commit 0daec47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,8 @@ linux_node_config {

<a name="nested_dns_config"></a>The `dns_config` block supports:

* `additive_vpc_scope_dns_domain` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) This will enable Cloud DNS additive VPC scope. Must provide a domain name that is unique within the VPC. For this to work `cluster_dns = "CLOUD_DNS"` and `cluster_dns_scope = "CLUSTER_SCOPE"` must both be set as well.

* `cluster_dns` - (Optional) Which in-cluster DNS provider should be used. `PROVIDER_UNSPECIFIED` (default) or `PLATFORM_DEFAULT` or `CLOUD_DNS`.

* `cluster_dns_scope` - (Optional) The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` (default) or `CLUSTER_SCOPE` or `VPC_SCOPE`.
Expand Down

0 comments on commit 0daec47

Please sign in to comment.