We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3bf4 commit fb4dd25Copy full SHA for fb4dd25
modules/backend/outputs.tf
@@ -35,8 +35,8 @@ output "apphub_service_uri" {
35
value = concat(
36
!local.is_backend_bucket ? [
37
{
38
- service_uri = "//compute.googleapis.com/${google_compute_global_forwarding_rule.http[0].id}"
39
- service_id = substr("${google_compute_global_forwarding_rule.http[0].name}-${md5("global-lb-${var.project_id}")}", 0, 63)
+ service_uri = "//compute.googleapis.com/${google_compute_backend_service.default[0].id}"
+ service_id = substr("${google_compute_backend_service.default[0].name}-${md5("global-be-service-${var.project_id}")}", 0, 63)
40
location = "global"
41
}
42
] : [],
0 commit comments