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

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

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

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

NewReleases is sending notifications on new releases.