Skip to content

Commit

Permalink
Fixes name of ssh from bastion firewall rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerche committed May 15, 2019
1 parent 4e60940 commit b06cfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ resource "google_compute_firewall" "allow_mysql_from_bastion" {
}

resource "google_compute_firewall" "allow_ssh_from_bastion" {
name = "allow-mysql-from-bastion"
name = "allow-ssh-from-bastion"
network = "${google_compute_network.vpc_network.self_link}"
project = "${var.GCP_PROJECT}"

Expand Down

0 comments on commit b06cfda

Please sign in to comment.