output "control_plane_url" { value = google_cloud_run_v2_service.control_plane.uri description = "URL of the Control Plane API" } output "artifact_bucket" { value = google_storage_bucket.artifacts.name description = "GCS bucket for artifacts" }