cmg-ws2024525-demo/infrastructure/outputs.tf

5 lines
159 B
HCL

output "cloudbuild_trigger_url" {
description = "Cloud Build Trigger URL"
value = google_cloudfunctions_function.webhook_handler.https_trigger_url
}