Skip to content

Commit

Permalink
Add "gke" prefix to TCP e2e firewall (#1991)
Browse files Browse the repository at this point in the history
Make sure we have the prefix of "gke" on the TCP firewall for the e2e
cluster.

Keeps things consistent.
  • Loading branch information
markmandel authored Feb 10, 2021
1 parent 54c9d1b commit d48b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/terraform/e2e/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "helm_release" "consul" {
}

resource "google_compute_firewall" "tcp" {
name = "game-server-firewall-tcp"
name = "gke-game-server-firewall-tcp"
project = var.project
network = "default"

Expand Down

0 comments on commit d48b1c0

Please sign in to comment.