Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0#2611

Merged
tenthirtyam merged 1 commit intomainfrom
dependabot/go_modules/terraform-6dd0dd52d4
Nov 13, 2025
Merged

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0#2611
tenthirtyam merged 1 commit intomainfrom
dependabot/go_modules/terraform-6dd0dd52d4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the terraform group with 1 update: github.com/hashicorp/terraform-plugin-sdk/v2.

Updates github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.

v2.38.0

NOTES:

  • all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1518)
  • helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. (#1521)
  • helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. (#1522)

ENHANCEMENTS:

  • helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. (#1504)
  • helper/schema: Added an additional validation check to ensure the resource identity object is not null. (#1513)
  • helper/schema: Added the TfTypeIdentityState() and TfTypeResourceState() methods to ResourceData which return the identity and state values as a tftypes.Value. (#1508)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.

2.38.0 (September 17, 2025)

NOTES:

  • all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#1518)
  • helper/schema: Update the provider server to handle the ListResource RPCs by returning an error since they are not supported by SDKv2. (#1521)
  • helper/schema: Update the provider server to handle Action RPCs by returning an error since they are not supported by SDKv2. (#1522)

ENHANCEMENTS:

  • helper/schema: Added new helper methods for converting Resource and Identity schemas to protocol representations. (#1504)
  • helper/schema: Added an additional validation check to ensure the resource identity object is not null. (#1513)
  • helper/schema: Added the TfTypeIdentityState() and TfTypeResourceState() methods to ResourceData which return the identity and state values as a tftypes.Value. (#1508)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added chore Chore dependencies Dependencies labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 04:03
@github-actions github-actions bot added provider Provider needs-review Needs Review size/l Relative Sizing: Large labels Sep 22, 2025
@tenthirtyam
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@tenthirtyam
Copy link
Copy Markdown
Contributor

@spacegospod there a few decent jumps for indirects
and the bump to 1.24. can your run the acceptances tests internally from this branch?

Bumps the terraform group with 1 update: [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk).


Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.37.0...v2.38.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-version: 2.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/terraform-6dd0dd52d4 branch from 084bebb to 8412f9c Compare October 13, 2025 04:03
@tenthirtyam tenthirtyam changed the title chore(deps)(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0 in the terraform group chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.0 Nov 10, 2025
@tenthirtyam
Copy link
Copy Markdown
Contributor

dependabot rebase

@spacegospod
Copy link
Copy Markdown
Contributor

@tenthirtyam Ran the acceptance tests, I think that this one is safe to merge

Successful tests

📦 github.com/vmware/terraform-provider-vsphere/vsphere
✅ TestAccDataSourceVSphereAlarm_EventExpWithActions (2.09s)
✅ TestAccDataSourceVSphereAlarm_MetricExpWithActions (1.89s)
✅ TestAccDataSourceVSphereAlarm_StateExpWithActions (3.1s)
✅ TestAccDataSourceVSphereComputeClusterHostGroup_basic (3.51s)
✅ TestAccDataSourceVSphereComputeCluster_absolutePathNoDatacenter (15.84s)
✅ TestAccDataSourceVSphereComputeCluster_basic (2.49s)
✅ TestAccDataSourceVSphereContentLibrary_basic (8.74s)
✅ TestAccDataSourceVSphereCustomAttribute_basic (2.33s)
✅ TestAccDataSourceVSphereDatacenter_basic (2.18s)
✅ TestAccDataSourceVSphereDatacenter_defaultDatacenter (2.11s)
✅ TestAccDataSourceVSphereDatastoreCluster_absolutePathNoDatacenter (3.56s)
✅ TestAccDataSourceVSphereDatastoreCluster_basic (3.39s)
✅ TestAccDataSourceVSphereDatastoreCluster_getDatastores (3.25s)
✅ TestAccDataSourceVSphereDatastoreStats_basic (2.85s)
✅ TestAccDataSourceVSphereDatastore_basic (2.27s)
✅ TestAccDataSourceVSphereDistributedVirtualSwitch_CreatePortgroup (4.53s)
✅ TestAccDataSourceVSphereDistributedVirtualSwitch_absolutePathNoDatacenterSpecified (4.14s)
✅ TestAccDataSourceVSphereDistributedVirtualSwitch_basic (4.39s)
✅ TestAccDataSourceVSphereDynamic_multiResult (15.09s)
✅ TestAccDataSourceVSphereDynamic_multiTag (19.34s)
✅ TestAccDataSourceVSphereDynamic_regexAndTag (19.92s)
✅ TestAccDataSourceVSphereDynamic_typeFilter (18.7s)
✅ TestAccDataSourceVSphereFolder_basic (3.2s)
✅ TestAccDataSourceVSphereGOSC_basic (2.36s)
✅ TestAccDataSourceVSphereHostThumbprint_basic (1.36s)
✅ TestAccDataSourceVSphereHost_basic (2.34s)
✅ TestAccDataSourceVSphereNetwork_absolutePathNoDatacenter (4.39s)
✅ TestAccDataSourceVSphereNetwork_dvsPortgroup (5.06s)
✅ TestAccDataSourceVSphereNetwork_hostPortgroups (2.39s)
✅ TestAccDataSourceVSphereNetwork_withTimeout (4.65s)
✅ TestAccDataSourceVSphereResourcePool_basic (3.82s)
✅ TestAccDataSourceVSphereResourcePool_noDatacenterAndAbsolutePath (3.95s)
✅ TestAccDataSourceVSphereResourcePool_withParentId (4.32s)
✅ TestAccDataSourceVSphereRole_basic (1.81s)
✅ TestAccDataSourceVSphereRole_systemRoleData (1.49s)
✅ TestAccDataSourceVSphereTagCategory_basic (3.85s)
✅ TestAccDataSourceVSphereTag_basic (4.31s)
✅ TestAccDataSourceVSphereVAppContainer_basic (3.9s)
✅ TestAccDataSourceVSphereVAppContainer_path (3.77s)
✅ TestAccDataSourceVSphereVirtualMachine_basic (18.43s)
✅ TestAccDataSourceVSphereVirtualMachine_moid (15.67s)
✅ TestAccDataSourceVSphereVirtualMachine_nameAndFolder (17.03s)
✅ TestAccDataSourceVSphereVirtualMachine_noDatacenterAndAbsolutePath (17.44s)
✅ TestAccDataSourceVSphereVirtualMachine_uuid (16.34s)
✅ TestAccDataSourceVSphereVmfsDisks_basic (3.31s)
✅ TestAccResourceVMStoragePolicy_basic (11s)
✅ TestAccResourceVSpherGOSC_linux (2.54s)
✅ TestAccResourceVSpherGOSC_sysprep (2.94s)
✅ TestAccResourceVSpherGOSC_windows_basic (2.69s)
✅ TestAccResourceVSphereComputeClusterHostGroup_basic (4.06s)
✅ TestAccResourceVSphereComputeClusterHostGroup_update (4.71s)
✅ TestAccResourceVSphereComputeClusterVMAffinityRule_basic (19.38s)
✅ TestAccResourceVSphereComputeClusterVMAffinityRule_updateCount (34.79s)
✅ TestAccResourceVSphereComputeClusterVMAffinityRule_updateEnabled (21.71s)
✅ TestAccResourceVSphereComputeClusterVMAntiAffinityRule_basic (18.04s)
✅ TestAccResourceVSphereComputeClusterVMAntiAffinityRule_updateCount (34.81s)
✅ TestAccResourceVSphereComputeClusterVMAntiAffinityRule_updateEnabled (20.11s)
✅ TestAccResourceVSphereComputeClusterVMGroup_basic (19.4s)
✅ TestAccResourceVSphereComputeClusterVMGroup_update (35.47s)
✅ TestAccResourceVSphereContentLibrary_basic (8.26s)
✅ TestAccResourceVSphereCustomAttribute_basic (2.6s)
✅ TestAccResourceVSphereCustomAttribute_changeType (3.4s)
✅ TestAccResourceVSphereCustomAttribute_rename (3.19s)
✅ TestAccResourceVSphereCustomAttribute_withType (2.27s)
✅ TestAccResourceVSphereDPMHostOverride_basic (3.64s)
✅ TestAccResourceVSphereDPMHostOverride_overrides (3.21s)
✅ TestAccResourceVSphereDPMHostOverride_update (5.06s)
✅ TestAccResourceVSphereDRSVMOverride_automationLevel (18.05s)
✅ TestAccResourceVSphereDRSVMOverride_drs (19.98s)
✅ TestAccResourceVSphereDRSVMOverride_update (31.61s)
✅ TestAccResourceVSphereDatacenter_createOnRootFolder (13.11s)
✅ TestAccResourceVSphereDatacenter_createOnSubfolder (13.67s)
✅ TestAccResourceVSphereDatacenter_modifyTags (16.4s)
✅ TestAccResourceVSphereDatacenter_singleTag (14.25s)
✅ TestAccResourceVSphereDatastoreCluster_basic (4.33s)
✅ TestAccResourceVSphereDatastoreCluster_inFolder (3.8s)
✅ TestAccResourceVSphereDatastoreCluster_moveToFolder (6.43s)
✅ TestAccResourceVSphereDatastoreCluster_rename (6.49s)
✅ TestAccResourceVSphereDistributedPortGroup_basic (4.85s)
✅ TestAccResourceVSphereDistributedPortGroup_overrideVlan (4.4s)
✅ TestAccResourceVSphereDistributedVirtualSwitchPvlanMapping_basic (8.49s)
✅ TestAccResourceVSphereDistributedVirtualSwitch_basic (10.32s)
✅ TestAccResourceVSphereDistributedVirtualSwitch_networkResourceControl (7.13s)
✅ TestAccResourceVSphereDistributedVirtualSwitch_noHosts (4s)
✅ TestAccResourceVSphereDistributedVirtualSwitch_removeNIC (11.65s)
✅ TestAccResourceVSphereDistributedVirtualSwitch_upgradeVersion (11.39s)
✅ TestAccResourceVSphereFolder_datacenterFolder (4.07s)
✅ TestAccResourceVSphereFolder_datastoreFolder (3.47s)
✅ TestAccResourceVSphereFolder_hostFolder (3.95s)
✅ TestAccResourceVSphereFolder_moveToSubfolder (7.26s)
✅ TestAccResourceVSphereFolder_networkFolder (4.12s)
✅ TestAccResourceVSphereFolder_subfolder (4.32s)
✅ TestAccResourceVSphereFolder_vmFolder (4.9s)
✅ TestAccResourceVSphereHAVMOverride_basic (17.36s)
✅ TestAccResourceVSphereHostNtpService (0s)
✅ TestAccResourceVSphereHostPortGroup_basic (4.56s)
✅ TestAccResourceVSphereHostPortGroup_basicToComplex (7.8s)
✅ TestAccResourceVSphereHostPortGroup_complexWithOverrides (5.29s)
✅ TestAccResourceVSphereHostVirtualSwitch_basic (4.6s)
✅ TestAccResourceVSphereResourcePool_basic (4.97s)
✅ TestAccResourceVSphereResourcePool_updateParent (6.95s)
✅ TestAccResourceVSphereTagCategory_addType (6.34s)
✅ TestAccResourceVSphereTagCategory_basic (4.98s)
✅ TestAccResourceVSphereTag_basic (5.1s)
✅ TestAccResourceVSphereVAppContainer_basic (5.45s)
✅ TestAccResourceVSphereVAppEntity_basic (18.6s)
✅ TestAccResourceVSphereVNic_dvs_default (1m24.09s)
✅ TestAccResourceVSphereVirtualDisk_basic (5.55s)
✅ TestAccResourceVSphereVirtualMachine_addDevices (30.92s)
✅ TestAccResourceVSphereVirtualMachine_basic (19.81s)
✅ TestAccResourceVSphereVirtualMachine_deployOvaFromUrl (27.5s)
✅ TestAccResourceVSphereVirtualMachine_hardwareVersionBare (17.3s)
✅ TestAccResourceVSphereVirtualMachine_hardwareVersionClone (53.5s)
✅ TestAccResourceVSphereVirtualMachine_hardwareVersionUpgrade (37.16s)
✅ TestAccResourceVSphereVirtualMachine_highDiskUnitNumbers (19.64s)
✅ TestAccResourceVSphereVirtualMachine_highDiskUnitsToRegularSingleController (39.75s)
✅ TestAccResourceVSphereVirtualMachine_ignoreValidationOnComputedValue (2.27s)
✅ TestAccResourceVSphereVirtualMachine_moveToFolder (22.75s)
✅ TestAccResourceVSphereVirtualMachine_multiDevice (18.24s)
✅ TestAccResourceVSphereVirtualMachine_reCreateOnDeletion (34.21s)
✅ TestAccResourceVSphereVirtualMachine_removeMiddleDevices (34.88s)
✅ TestAccResourceVSphereVirtualMachine_removeMiddleDevicesChangeDiskUnit (37.12s)
✅ TestAccResourceVSphereVirtualMachine_scsiBusSharing (56.49s)
✅ TestAccResourceVSphereVirtualMachine_scsiBusSharingUpdate (1m14.81s)
✅ TestAccResourceVSphereVirtualMachine_shutdownOK (19.02s)
✅ TestAccResourceVSphereVmfsDatastore_basic (14.24s)
✅ TestAccResourceVsphereAlarm_advancedAction (1.9s)
✅ TestAccResourceVsphereAlarm_basicEvent (1.93s)
✅ TestAccResourceVsphereAlarm_emailAction (2.07s)
✅ TestAccResourceVsphereAlarm_metricExpression (2.18s)
✅ TestAccResourceVsphereAlarm_snmpAction (1.78s)
✅ TestAccResourceVsphereAlarm_stateExpression (2.13s)
✅ TestAccResourceVsphereRole_addPrivileges (3.12s)
✅ TestAccResourceVsphereRole_createRole (2.4s)
✅ TestAccResourceVsphereRole_removePrivileges (3.1s)
✅ TestAccResourcevsphereEntityPermissions_basic (2.34s)

Failed tests

❌ TestAccDataSourceVSphereDatacenter_getVirtualMachines (1.58s) - Problem with test configuration. A VM needs to be pre-created for this test to work.
❌ TestAccResourceVSphereFile_basic (3.89s) - This is broken on main too and is a known problem.
❌ TestAccResourceVSphereFile_uploadWithCreateDirectories (5.83s) - This is broken on main too and is a known problem.

@tenthirtyam tenthirtyam merged commit dde413e into main Nov 13, 2025
14 checks passed
@tenthirtyam tenthirtyam deleted the dependabot/go_modules/terraform-6dd0dd52d4 branch November 13, 2025 14:35
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Nov 13, 2025
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 2025
@tenthirtyam tenthirtyam added this to the v2.16.0 milestone Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore dependencies Dependencies provider Provider size/l Relative Sizing: Large

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants