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: variables.tf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,11 @@ variable "vmnameformat" {
125
125
default="%02d"
126
126
}
127
127
128
+
variable"vmstartcount" {
129
+
description="vmname start count value. default is set to 1. example: a value of 4 (with default format and 2 instances) will make first instance suffix 04 and second instance suffix 05"
130
+
default=1
131
+
}
132
+
128
133
variable"staticvmname" {
129
134
description="Static name of the virtual machin. When this option is used VM can not scale out using instance variable. You can use for_each outside the module to deploy multiple static vms with different names"
0 commit comments