Skip to content

Commit

Permalink
Do not define a custom zone
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 18, 2024
1 parent 4aeac71 commit b6e7652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/ssh-bastion/00_ssh_bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data "google_compute_subnetwork" "master_subnet" {
resource "google_compute_instance" "bastion_host" {
name = "bastion-host"
machine_type = "n1-standard-1"
zone = "${var.gcp_region}-a"
#zone = "${var.gcp_region}-a"

boot_disk {
initialize_params {
Expand Down

0 comments on commit b6e7652

Please sign in to comment.