Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ output "urls" {
value = module.ppb.urls
description = "Cloud Run ingress URLs by region."
}

output "backend" {
value = module.ppb.backend
description = "Backend service ID for attaching the Cloud Run ingress to an external HTTPS load balancer."
}