mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
allow stopping for vm updates
This commit is contained in:
parent
9bdbc98c4f
commit
2b1bb916cf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue