Files
gcp_solution_architecture_a…/terraform/outputs.tf
2026-09-01 19:58:42 +00:00

6 lines
405 B
HCL

output "api_service_name" { value = google_cloud_run_v2_service.api.name }
output "worker_service_name" { value = google_cloud_run_v2_service.worker.name }
output "sql_connection_name" { value = google_sql_database_instance.primary.connection_name }
output "events_topic" { value = google_pubsub_topic.events.name }
output "artifact_repository" { value = google_artifact_registry_repository.images.name }