Skip to content

v1.5.0

Compare
Choose a tag to compare
@scafeman scafeman released this 16 May 16:03
· 29 commits to main since this release

Removed the vcd_vapp resource and replaced it with the vcd_vapp data source.

--- PLEASE NOTE ---This module will only be used for creating the vcd_vapp_org_network and vcd_vapp_vm resources.

VCD vcd_vapp resources should now be created using the newly released vcd_vapp module from the global-vmware GitHub Organization.

Removed the cidrhost function from the vcd_vapp_vm network block. It has been replaced with a for expression to loop through the vm_ips list if the IP Allocation mode is set to "MANUAL".

The ip argument now uses the element function to get the value at the index equal to the count.index. If the IP Allocation Mode is set to "POOL" or "DHCP" then the expression sets the IP value to "EMPTY".

Updated the Required Providers Block to support ~> 3.8.2 of the VMware/VCD Provider.

Added the Windows Domain Join Variables and default values. Updated the README with the new updates.