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

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

ChangeLog

  • Support disk storage policy
    • Add at template level using template_storage_policy_id Variable
    • Add at New Data Disk level using data_disk variable map and storage_policy_id
      New Variables
variable "template_storage_policy_id" {
  description = "List of UUIDs of the storage policy to assign to the template disk."
  type        = list(any)
  default     = []
}

Contributors
@sestegra

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

NewReleases is sending notifications on new releases.