Skip to content

Stable v3.4.0

Compare
Choose a tag to compare
@Arman-Keyoumarsi Arman-Keyoumarsi released this 18 Oct 01:09
· 15 commits to master since this release

ChangeLog

  • Added disk_mode support
  • Support template from Content Library

New Variables

variable "disk_mode" {
  description = "The disk mode for the disk."
  type        = list(string)
  default     = []
}
variable "content_library" {
  description = "Name of the content library where the OVF template is stored."
  default     = null
}

Contributors
@ptucholski
@sestegra