Skip to content

Commit fb4dd25

Browse files
committed
fixing apphub output
1 parent 9aa3bf4 commit fb4dd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/backend/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ output "apphub_service_uri" {
3535
value = concat(
3636
!local.is_backend_bucket ? [
3737
{
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)
38+
service_uri = "//compute.googleapis.com/${google_compute_backend_service.default[0].id}"
39+
service_id = substr("${google_compute_backend_service.default[0].name}-${md5("global-be-service-${var.project_id}")}", 0, 63)
4040
location = "global"
4141
}
4242
] : [],

0 commit comments

Comments
 (0)