Skip to content

Commit 7f72c7f

Browse files
authored
Update the README.md for clarification
- Small change to clarify the example code - Update the vmname for the Linux example to reflect Linux.
1 parent 5dc846f commit 7f72c7f

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
@@ -40,7 +40,7 @@ module "example-server-linuxvm" {
4040
version = "X.X.X"
4141
vmtemp = "TemplateName"
4242
instances = 1
43-
vmname = "example-server-windows"
43+
vmname = "example-server-linux"
4444
vmrp = "esxi/Resources"
4545
network_cards = ["Name of the Port Group in vSphere"]
4646
ipv4 = {

0 commit comments

Comments
 (0)