FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
outputs.tf 157 B
Newer Older
output "service_url" {
  value       = google_cloud_run_service.faas.status[0].url
  description = "The URL on which the Cloud Run service is accessible."
}