FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
outputs.tf 157 B
output "service_url" {
  value       = google_cloud_run_service.faas.status[0].url
  description = "The URL on which the Cloud Run service is accessible."
}