Skip to content

Commit 4d5609a

Browse files
author
Arman Keyoumarsi
committed
Added more into to README
1 parent fa23edd commit 4d5609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module "example-server-windowsvm-advanced" {
8585
vmtemp = "TemplateName"
8686
instances = 2
8787
vmname = "AdvancedVM"
88-
vmnameformat = "%03d" #Format to use three decimal with leading zero
88+
vmnameformat = "%03d" #To use three decimal with leading zero vmnames will be AdvancedVM001,AdvancedVM002
8989
vmdomain = "somedomain.com"
9090
network = {
9191
"Name of the Port Group in vSphere" = ["10.13.113.2", "10.13.113.3"] # To use DHCP create Empty list ["",""]

0 commit comments

Comments
 (0)