We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab7b2f commit 24acf85Copy full SHA for 24acf85
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.0.2"
+ version = "1.1.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