Skip to content

Commit ec10322

Browse files
Update main.tf
Fixed versioning
1 parent 24acf85 commit ec10322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/windows/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Example of basic Windows VM
22
module "example-server-windowsvm-withdatadisk" {
33
source = "Terraform-VMWare-Modules/vm/vsphere"
4-
version = "1.0.2"
4+
version = "1.1.0"
55
vmtemp = "TemplateName"
66
is_windows_image = "true"
77
instances = 1
@@ -17,7 +17,7 @@ module "example-server-windowsvm-withdatadisk" {
1717
// Example of basic Windows VM joined to the domain
1818
module "example-server-windowsvm-withdatadisk" {
1919
source = "Terraform-VMWare-Modules/vm/vsphere"
20-
version = "1.0.2"
20+
version = "1.1.0"
2121
vmtemp = "TemplateName"
2222
is_windows_image = "true"
2323
windomain = "Development.com"

0 commit comments

Comments
 (0)