Skip to content

Commit a195ae9

Browse files
Update README.md
1 parent 23667c0 commit a195ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/linux/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Lin
1313
```hcl
1414
module "example-server-linuxvm" {
1515
source = "Terraform-VMWare-Modules/vm/vsphere"
16-
version = "1.1.0"
16+
version = "1.2.0"
1717
vmtemp = "TemplateName"
1818
instances = 1
1919
vmname = "example-server-windows"
@@ -36,7 +36,7 @@ Below example will deploy 2 instance of a virtual machine from a linux template.
3636
```hcl
3737
module "example-server-linuxvm-withdatadisk" {
3838
source = "Terraform-VMWare-Modules/vm/vsphere"
39-
version = "1.1.0"
39+
version = "1.2.0"
4040
dc = "Datacenter"
4141
vmrp = "cluster/Resources"
4242
vmfolder = "Cattle"

0 commit comments

Comments
 (0)