We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a195ae9 commit aa5336aCopy full SHA for aa5336a
examples/windows/README.md
@@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Win
13
```hcl
14
module "example-server-windowsvm-withdatadisk" {
15
source = "Terraform-VMWare-Modules/vm/vsphere"
16
- version = "1.1.0"
+ version = "1.2.0"
17
vmtemp = "TemplateName"
18
instances = 1
19
vmname = "example-server-windows"
@@ -32,7 +32,7 @@ module "example-server-windowsvm-withdatadisk" {
32
33
module "example-server-windowsvm-advanced" {
34
35
36
dc = "Datacenter"
37
vmrp = "cluster/Resources"
38
vmfolder = "Cattle"
0 commit comments