# ─── Cluster ───────────────────────────────────────────────────────── output "cluster_name" { description = "GKE cluster name" value = google_container_cluster.main.name } output "project_id" { description = "GCP project ID" value = var.project_id } output "region" { description = "GCP region" value = var.region }