ChangeLog
- Added VM disk output
- Added CIDR support for network variable. If CIDR is present in the network address, ipv4subnetmask will be omitted.
- Inherited firmware/enable_disk_uuid/efi_secure_boot from the template with default values are now all null.
- Check if vmfolder exist. Before even if the folder didn't exist the plan would go through and apply would fail. Now plan will fail if the folder is defined and it doesn't exist.
New Variables
output "disk" {
description = "Disks of the deployed VM"
value = vsphere_virtual_machine.vm.*.disk
}
Contributors
@dstoffel