Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #259 from cpage-pivotal/gcp-tcp-fix
Browse files Browse the repository at this point in the history
Fix TCP Firewall rule
  • Loading branch information
kcboyle authored Jan 25, 2018
2 parents 1bf752c + 6339375 commit 9a8fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-pcf/gcp/terraform/firewalls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ resource "google_compute_firewall" "cf-tcp" {
ports = ["1024-65535"]
}

target_tags = ["${var.prefix}-cf-tcp"]
target_tags = ["${var.prefix}-cf-tcp-lb"]
}

0 comments on commit 9a8fa7d

Please sign in to comment.