We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa23edd commit 4d5609aCopy full SHA for 4d5609a
README.md
@@ -85,7 +85,7 @@ module "example-server-windowsvm-advanced" {
85
vmtemp = "TemplateName"
86
instances = 2
87
vmname = "AdvancedVM"
88
- vmnameformat = "%03d" #Format to use three decimal with leading zero
+ vmnameformat = "%03d" #To use three decimal with leading zero vmnames will be AdvancedVM001,AdvancedVM002
89
vmdomain = "somedomain.com"
90
network = {
91
"Name of the Port Group in vSphere" = ["10.13.113.2", "10.13.113.3"] # To use DHCP create Empty list ["",""]
0 commit comments