From aa5336ad8a18ccf2d08bdf798a145091ac28ffec Mon Sep 17 00:00:00 2001 From: Arman Keyoumarsi Date: Wed, 20 May 2020 17:31:40 +0200 Subject: [PATCH] Update README.md --- examples/windows/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/windows/README.md b/examples/windows/README.md index 5fcef45..515b318 100644 --- a/examples/windows/README.md +++ b/examples/windows/README.md @@ -13,7 +13,7 @@ Following example contains the bare minimum options to be configured for the Win ```hcl module "example-server-windowsvm-withdatadisk" { source = "Terraform-VMWare-Modules/vm/vsphere" - version = "1.1.0" + version = "1.2.0" vmtemp = "TemplateName" instances = 1 vmname = "example-server-windows" @@ -32,7 +32,7 @@ module "example-server-windowsvm-withdatadisk" { ```hcl module "example-server-windowsvm-advanced" { source = "Terraform-VMWare-Modules/vm/vsphere" - version = "1.1.0" + version = "1.2.0" dc = "Datacenter" vmrp = "cluster/Resources" vmfolder = "Cattle"