Skip to content

Commit

Permalink
Allow stopping for update
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 21, 2024
1 parent 41ae1ae commit 50aa3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scopes/ssh-bastion/00_ssh_bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ resource "google_compute_instance" "bastion_host" {
name = "bastion-host"
machine_type = "e2-standard-2"
zone = data.google_compute_zones.available.names[0]
allow_stopping_for_update = true

boot_disk {
initialize_params {
Expand Down

0 comments on commit 50aa3c9

Please sign in to comment.