allow stopping for vm updates

This commit is contained in:
41666 2022-02-06 22:30:51 -05:00
parent 9bdbc98c4f
commit 2b1bb916cf

View file

@ -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