We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6e29d commit 48c73e3Copy full SHA for 48c73e3
google_gke/outputs.tf
@@ -36,5 +36,5 @@ output "service_account" {
36
37
output "k8s_api_proxy_dns_name" {
38
description = "K8s api proxy dns record"
39
- value = google_dns_record_set.k8s_api_proxy_dns_name[0].name
+ value = var.enable_k8s_api_proxy_ip ? google_dns_record_set.k8s_api_proxy_dns_name[0].name : "N/A"
40
}
0 commit comments