Skip to content

Commit 479bd26

Browse files
Update README.md
1 parent 024a626 commit 479bd26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
For Virtual Machine Provisioning with (Linux/Windows) customization. Thanks to the new enhancements introduced in Terraform v0.12.6 this module include most of the advance features that are available in the resource `vsphere_virtual_machine`.
66

7-
:warning: The new version of this module only works with terraform version 0.12.6 and above :warning:
8-
97
## Deploys (Single/Multiple) Virtual Machines to your vSphere environment
108

119
This Terraform module deploys single or multiple virtual machines of type (Linux/Windows) with following features:
@@ -39,7 +37,7 @@ You can also download the entire module and use your own predefined variables to
3937
```hcl
4038
module "example-server-linuxvm" {
4139
source = "Terraform-VMWare-Modules/vm/vsphere"
42-
version = "1.3.0"
40+
version = "X.X.X"
4341
vmtemp = "TemplateName"
4442
instances = 1
4543
vmname = "example-server-windows"
@@ -54,7 +52,7 @@ module "example-server-linuxvm" {
5452
5553
module "example-server-windowsvm" {
5654
source = "Terraform-VMWare-Modules/vm/vsphere"
57-
version = "1.2.0"
55+
version = "X.X.X"
5856
vmtemp = "TemplateName"
5957
is_windows_image = "true"
6058
instances = 1
@@ -92,7 +90,7 @@ Below is an example of windows deployment with some of the available feature set
9290
```hcl
9391
module "example-server-windowsvm-advanced" {
9492
source = "Terraform-VMWare-Modules/vm/vsphere"
95-
version = "1.3.0"
93+
version = "X.X.X"
9694
dc = "Datacenter"
9795
vmrp = "cluster/Resources" #Works with ESXi/Resources
9896
vmfolder = "Cattle"

0 commit comments

Comments
 (0)