From 2b1bb916cf99965ec2f53bd2b4b1322c79b73074 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 6 Feb 2022 22:30:51 -0500 Subject: [PATCH] allow stopping for vm updates --- terraform/bot.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/bot.tf b/terraform/bot.tf index 2a9d315..a7848ba 100644 --- a/terraform/bot.tf +++ b/terraform/bot.tf @@ -74,6 +74,7 @@ resource "google_compute_instance" "vm" { machine_type = var.bot_instance_size zone = data.google_compute_zones.gcp_zones.names[random_integer.zone_index.result] + allow_stopping_for_update = true boot_disk { initialize_params { image = module.gce_container.source_image