Skip to content

v2.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 15:06
· 50 commits to main since this release
4d8f296

Release Date: 2025-05-12

Important

The development and maintenance of this provider has transitioned to VMware by Broadcom
under the github.com/vmware organization and the vmware/vsphere namespace on the Terraform Registry.

IMPROVEMENTS:

  • r/entity_permission: Changes to entity_id and entity_type will now force resource re-creation. (#2387)
  • r/host_virtual_switch: Added a diff suppression to ignore ordering changes for network_adapters. (#2388)
  • r/host_virtual_switch: Resolved panic when an operation is called with a nil result. (#2445)
  • d/guest_os_customization: Added missing schema options. (#2447)
  • r/resource_pool: Updated to reconcile the scale descendants shares setting for a resource pool. (#2429)
  • r/virtual_machine: Resolved panic when both parent vApp and resource pool are nil. (#2444)
  • r/license/d/license: Refactored logging implementation and masked sensitive data. (#2436)

DOCUMENTATION:

  • d/folder/r/folder: Updated documentation. (#2459)
  • r/license/d/license: Updated documentation. (#2435)
  • r/virtual_machine: Updated documentation. (#2480)
  • d/ovf_vm_template: Updated documentation. (#2480)

CHORE: