mybuddy/terraform/gcp-cloud-run/output.tf

4 lines
70 B
HCL

output "url" {
value = google_cloud_run_v2_service.baby_buddy.uri
}