terraform-google-modules / terraform-google-kubernetes-engine

Configures opinionated GKE clusters
https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google
Apache License 2.0
1.15k stars 1.17k forks source link

Support for DNS-based endpoints #2182

Open TheKangaroo opened 1 week ago

TheKangaroo commented 1 week ago

TL;DR

Support for GKE DNS-based endpoints

Terraform Resources

No response

Detailed design

The provider has supported the new DNS-based endpoints for GKE for a few days now. 
https://github.com/hashicorp/terraform-provider-google/pull/20193
It would be beneficial to enable the activation of DNS-based endpoints through this module and also provide the DNS-based endpoint as an output. This would allow it to be used, for example, in the Kubernetes provider configuration.

Additional information

No response