Skip to content

Releases: hashicorp/terraform-provider-vsphere

v1.24.1

07 Oct 19:19
Compare
Choose a tag to compare

IMPROVEMENTS:
data/content_library_item: Add type to content library item data source. (#1184)
resource/virtual_switch: Fix port group resource to enable LACP in virtual switch only. (#1214)
resource/distributed_port_group: Import distributed port group using MOID. (#1208)
resource/host_port_group: Add support for importing. (#1194)
resource/VM: Allow more config options to be changed from OVF. (#1218)
resource/VM: Convert folder path to MOID. (#1207)

BUG FIXES:
resource/datastore_cluster: Fix missing field in import. (#1203)
resource/VM: Change default OS method on bare VMs. (#1217)
resource/VM: Read virtual machine after clone and OVF/OVA deploy. (#1221)

v1.24.0

14 Sep 02:53
Compare
Choose a tag to compare

BUG FIXES:

resource/vm: Skip SCSI controller check when empty. (#1179)
resource/vm: Make storage_policy_id computed to prevent flapping when unset. (#1185)
resource/vm: Ignore nil objects in host network on read. (#1186)
resource/vm: Keep progress channel open when deploying an OVF. (#1187)
resource/vm: Set SCSI controller type to unknown when nil. (#1188)

IMPROVEMENTS:

resource/content_library_item: Add local upload, OVA, and vm-template sources. (#1196)
resource/content_library: Subscription and publication support. (#1197)
resource/vm: Content library vm-template, disk type, and vApp property support. (#1198)

v1.23.0

21 Aug 21:17
Compare
Choose a tag to compare

BUG FIXES:

resource/vnic: Fix missing fields on vnic import. (#1162)
resource/virtual_machine: Ignore thin_provisioned and eagerly_scrub during DiskPostCloneOperation. (#1161)
resource/virtual_machine: Fix SetHardwareOptions to fetch the hardware version from QueryConfigOption. (#1159)

IMPROVEMENTS:

resource/virtual_machine: Allow performing a linked-clone from a template. (#1158)
data/virtual_machine: Merge the virtual machine configuration schema. (#1157)

v.1.22.0

07 Aug 19:34
Compare
Choose a tag to compare

FEATURES:

resource/compute_cluster: Basic vSAN support on compute clusters. (#1151)
resource/role: Resource and data source to create and manage vSphere roles. (#1144)
resource/entity_permission: Resource to create and manage vSphere permissions. (#1144)
data/entity_permission: Data source to acquire ESXi host thumbprints . (#1142)