Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman-Keyoumarsi authored May 20, 2020
1 parent a195ae9 commit aa5336a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Win
```hcl
module "example-server-windowsvm-withdatadisk" {
source = "Terraform-VMWare-Modules/vm/vsphere"
version = "1.1.0"
version = "1.2.0"
vmtemp = "TemplateName"
instances = 1
vmname = "example-server-windows"
Expand All @@ -32,7 +32,7 @@ module "example-server-windowsvm-withdatadisk" {
```hcl
module "example-server-windowsvm-advanced" {
source = "Terraform-VMWare-Modules/vm/vsphere"
version = "1.1.0"
version = "1.2.0"
dc = "Datacenter"
vmrp = "cluster/Resources"
vmfolder = "Cattle"
Expand Down

0 comments on commit aa5336a

Please sign in to comment.