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: common/variables.tf
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,14 @@ variable "pool" {
150
150
default=[]
151
151
}
152
152
153
-
variable"skip_upgrade" {
154
-
type=bool
155
-
default=false
156
-
description="If set to true, the packages already installed in the base image will not be upgraded on first boot."
153
+
variable"upgrade" {
154
+
type=string
155
+
default="vanilla-all"
156
+
description="If set to all, all base packages are upgraded on first boot. When prefixed with `vanilla-`, upgrade only happen with vanilla based image."
0 commit comments