6 lines
405 B
HCL
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 }
|