You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/instance_template/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,9 @@ variable "labels" {
42
42
}
43
43
44
44
variable"preemptible" {
45
+
type=bool
45
46
description="Allow the instance to be preempted"
46
-
default="false"
47
+
default=false
47
48
}
48
49
49
50
#######
@@ -134,4 +135,3 @@ variable "service_account" {
134
135
})
135
136
description="Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#service_account."
0 commit comments