Skip to content

Commit

Permalink
prevent name collisions on routers
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Simmons <colin.simmons@engineerbetter.com>
  • Loading branch information
crsimmons committed Jun 12, 2019
1 parent 7b0b212 commit 06bb953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/assets/gcp/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "google_dns_record_set" "dns" {
{{end}}

resource "google_compute_router" "nat-router" {
name = "router"
name = "${var.deployment}-router"
region = "${var.region}"
network = "${google_compute_network.default.self_link}"
bgp {
Expand Down

0 comments on commit 06bb953

Please sign in to comment.