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 Jul 20, 2020
1 parent 024a626 commit 479bd26
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

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`.

:warning: The new version of this module only works with terraform version 0.12.6 and above :warning:

## Deploys (Single/Multiple) Virtual Machines to your vSphere environment

This Terraform module deploys single or multiple virtual machines of type (Linux/Windows) with following features:
Expand Down Expand Up @@ -39,7 +37,7 @@ You can also download the entire module and use your own predefined variables to
```hcl
module "example-server-linuxvm" {
source = "Terraform-VMWare-Modules/vm/vsphere"
version = "1.3.0"
version = "X.X.X"
vmtemp = "TemplateName"
instances = 1
vmname = "example-server-windows"
Expand All @@ -54,7 +52,7 @@ module "example-server-linuxvm" {
module "example-server-windowsvm" {
source = "Terraform-VMWare-Modules/vm/vsphere"
version = "1.2.0"
version = "X.X.X"
vmtemp = "TemplateName"
is_windows_image = "true"
instances = 1
Expand Down Expand Up @@ -92,7 +90,7 @@ Below is an example of windows deployment with some of the available feature set
```hcl
module "example-server-windowsvm-advanced" {
source = "Terraform-VMWare-Modules/vm/vsphere"
version = "1.3.0"
version = "X.X.X"
dc = "Datacenter"
vmrp = "cluster/Resources" #Works with ESXi/Resources
vmfolder = "Cattle"
Expand Down

0 comments on commit 479bd26

Please sign in to comment.