Skip to content

Stable v2.3.0

Compare
Choose a tag to compare
@Arman-Keyoumarsi Arman-Keyoumarsi released this 08 Apr 19:18
· 65 commits to master since this release
3f068f6

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