Files
launchpad/.tofu/platforms/gke/workload/outputs.tf
2026-04-27 21:00:07 +02:00

5 lines
279 B
HCL

output "cluster_name" { value = google_container_cluster.main.name }
output "project_id" { value = var.project_id }
output "region" { value = var.region }
output "external_dns_gsa_email" { value = google_service_account.external_dns.email }