github Terraform-VMWare-Modules/terraform-vsphere-vm v3.3.0
Stable v3.3.0

latest releases: v3.8.0, v3.7.0, v3.7...
2 years ago

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

Don't miss a new terraform-vsphere-vm release

NewReleases is sending notifications on new releases.