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