Skip to content

Commit aa5336a

Browse files
Update README.md
1 parent a195ae9 commit aa5336a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/windows/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Win
1313
```hcl
1414
module "example-server-windowsvm-withdatadisk" {
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"
@@ -32,7 +32,7 @@ module "example-server-windowsvm-withdatadisk" {
3232
```hcl
3333
module "example-server-windowsvm-advanced" {
3434
source = "Terraform-VMWare-Modules/vm/vsphere"
35-
version = "1.1.0"
35+
version = "1.2.0"
3636
dc = "Datacenter"
3737
vmrp = "cluster/Resources"
3838
vmfolder = "Cattle"

0 commit comments

Comments
 (0)