| <a name="input_cloud_dns_config"></a> [cloud\_dns\_config](#input\_cloud\_dns\_config) | Configuration for Using Cloud DNS for GKE. <br/><br/> additive\_vpc\_scope\_dns\_domain: 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.<br/> cluster\_dns: Which in-cluster DNS provider should be used. PROVIDER\_UNSPECIFIED (default) or PLATFORM\_DEFAULT or CLOUD\_DNS.<br/> cluster\_dns\_scope: The scope of access to cluster DNS records. DNS\_SCOPE\_UNSPECIFIED (default) or CLUSTER\_SCOPE or VPC\_SCOPE.<br/> cluster\_dns\_domain: The suffix used for all cluster service records. | <pre>object({<br/> additive_vpc_scope_dns_domain = optional(string)<br/> cluster_dns = optional(string, "PROVIDER_UNSPECIFIED")<br/> cluster_dns_scope = optional(string, "DNS_SCOPE_UNSPECIFIED")<br/> cluster_dns_domain = optional(string)<br/> })</pre> | <pre>{<br/> "additive_vpc_scope_dns_domain": null,<br/> "cluster_dns": "PROVIDER_UNSPECIFIED",<br/> "cluster_dns_domain": null,<br/> "cluster_dns_scope": "DNS_SCOPE_UNSPECIFIED"<br/>}</pre> | no |
0 commit comments