You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
4
6
@@ -25,6 +27,7 @@ This Terraform module deploys single or multiple virtual machines of type (Linux
25
27
- Ability to configure advance features for the vm.
26
28
- Ability to deploy either a datastore or a datastore cluster.
27
29
- Ability to enable cpu and memory hot plug features for the VM.
30
+
- Ability to define different datastores for data disks
28
31
29
32
> Note: For module to work it needs number of required variables corresponding to an existing resources in vSphere. Please refer to variable section for the list of required variables.
0 commit comments