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 24acf85 commit ec10322Copy full SHA for ec10322
examples/windows/main.tf
@@ -1,7 +1,7 @@
1
// Example of basic Windows VM
2
module "example-server-windowsvm-withdatadisk" {
3
source = "Terraform-VMWare-Modules/vm/vsphere"
4
- version = "1.0.2"
+ version = "1.1.0"
5
vmtemp = "TemplateName"
6
is_windows_image = "true"
7
instances = 1
@@ -17,7 +17,7 @@ module "example-server-windowsvm-withdatadisk" {
17
// Example of basic Windows VM joined to the domain
18
19
20
21
22
23
windomain = "Development.com"
0 commit comments