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 23667c0 commit a195ae9Copy full SHA for a195ae9
examples/linux/README.md
@@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Lin
13
```hcl
14
module "example-server-linuxvm" {
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"
@@ -36,7 +36,7 @@ Below example will deploy 2 instance of a virtual machine from a linux template.
36
37
module "example-server-linuxvm-withdatadisk" {
38
39
40
dc = "Datacenter"
41
vmrp = "cluster/Resources"
42
vmfolder = "Cattle"
0 commit comments