Skip to content

Commit 07db0a4

Browse files
Add index start variable
1 parent 6b3109a commit 07db0a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/virt-machine/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ variable "vm_count" {
88
default = 1
99
}
1010

11+
variable "index_start" {
12+
description = "From where the indexig start"
13+
defaut = 1
14+
}
15+
1116
variable "vm_hostname_prefix" {
1217
description = "VM hostname prefix"
1318
default = "vm"

0 commit comments

Comments
 (0)