4 lines
211 B
HCL
4 lines
211 B
HCL
output "api_uri" { value = google_cloud_run_v2_service.api.uri }
|
|
output "orders_topic" { value = google_pubsub_topic.orders.name }
|
|
output "database_instance" { value = google_sql_database_instance.orders.name }
|