Skip to content

Commit eb5b74c

Browse files
author
Florencia Comuzzi
committed
allow stopping for updates jump host
1 parent 6900909 commit eb5b74c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/private-k8s-cluster/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ resource "google_compute_instance" "default" {
112112
name = var.jump_host_name
113113
machine_type = "custom-1-15360-ext"
114114

115+
allow_stopping_for_update = true
116+
115117
boot_disk {
116118
initialize_params {
117119
image = "debian-cloud/debian-11"

0 commit comments

Comments
 (0)