Files
launchpad/.tofu/platforms/gke/dev/outputs.tf

4 lines
178 B
HCL

output "cluster_name" { value = module.cluster.cluster_name }
output "project_id" { value = module.cluster.project_id }
output "region" { value = module.cluster.region }