output "cluster_name" { value = google_container_cluster.rarelens.name } output "sql_connection" { value = google_sql_database_instance.pg.connection_name } output "data_bucket" { value = google_storage_bucket.data.name } output "wif_provider" { value = google_iam_workload_identity_pool_provider.github.name } output "ci_sa" { value = google_service_account.ci.email }