diff --git a/blueprints/serverless/cloud-run-explore/outputs.tf b/blueprints/serverless/cloud-run-explore/outputs.tf index 7f6139e8..fd414bf5 100644 --- a/blueprints/serverless/cloud-run-explore/outputs.tf +++ b/blueprints/serverless/cloud-run-explore/outputs.tf @@ -1,4 +1,4 @@ -output "URL" { - description = "Cloud Run service URL" +output "default_URL" { + description = "Cloud Run service default URL" value = module.cloud_run.service.status[*].url }