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 toentity_id
andentity_type
will now force resource re-creation. (#2387)r/host_virtual_switch
: Added a diff suppression to ignore ordering changes fornetwork_adapters
. (#2388)r/host_virtual_switch
: Resolved panic when an operation is called with anil
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 arenil
. (#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:
provider
: Updatedvmware/govmomi
to 0.50.0. (#2382)provider
: Migrated provider testing fromhashicorp/terraform-plugin-sdk
tohashicorp/terraform-plugin-testing
. (#2381)workflows
: Updated, added, and removed GitHub Actions workflows. (#2390, #2391, #2392, #2393, #2395, #2437, #2449, #2450, #2456, #2463, #2464, #2465, #2466, #2467, #2468)technical-debt
: Code quality improvements including resolving lint warnings, correcting error handling, simplifying control flow, improving naming consistency, cleaning code formatting, and refactoring for clearer and more maintainable code. (#2415, #2416, #2417, #2418, #2419, #2420, #2421, #2422, #2423, #2424, #2425, #2426, #2427, #2428, #2430, #2431, #2432, #2433, #2434, #2439, #2440, #2441)