Skip to content

[DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.40.0#168

Open
tl-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x
Open

[DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.40.0#168
tl-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x

Conversation

@tl-renovate
Copy link
Copy Markdown

@tl-renovate tl-renovate Bot commented Feb 3, 2026

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.37.0 -> v2.40.0

Release Notes

hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.40.0

Compare Source

NOTES:

  • This release moves the resource configuration generation logic for the -generate-config-out flag from Terraform Core to the SDKv2 for Terraform v1.14.0 and above. There should be no functionality changes for resource configuration generation in this release. (#​1559)
  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​1564)

v2.39.0

Compare Source

ENHANCEMENTS:

  • helper/schema: Added support for deprecation messages on attributes and blocks, which are now populated from the Schema's Deprecated field and passed through to the protocol layer (#​1553)

v2.38.2

Compare Source

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#​1541)

v2.38.1

Compare Source

BUG FIXES:

  • all: Prevent identity change validation from raising an error when prior identity is empty (all attributes are null) (#​1527)

v2.38.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tl-renovate tl-renovate Bot added the dependencies Pull requests that update a dependency file label Feb 3, 2026
@tl-renovate tl-renovate Bot requested a review from a team as a code owner February 3, 2026 03:10
@tl-renovate
Copy link
Copy Markdown
Author

tl-renovate Bot commented Feb 3, 2026

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 21 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.25.0
github.com/hashicorp/terraform-plugin-log v0.9.0 -> v0.10.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/hashicorp/go-plugin v1.6.3 -> v1.7.0
github.com/hashicorp/go-version v1.7.0 -> v1.8.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.3
github.com/hashicorp/terraform-exec v0.23.0 -> v0.25.0
github.com/hashicorp/terraform-json v0.25.0 -> v0.27.2
github.com/hashicorp/terraform-plugin-go v0.28.0 -> v0.31.0
github.com/hashicorp/terraform-registry-address v0.3.0 -> v0.4.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/zclconf/go-cty v1.16.3 -> v1.17.0
golang.org/x/crypto v0.40.0 -> v0.48.0
golang.org/x/mod v0.25.0 -> v0.33.0
golang.org/x/net v0.42.0 -> v0.49.0
golang.org/x/sync v0.16.0 -> v0.19.0
golang.org/x/sys v0.34.0 -> v0.41.0
golang.org/x/text v0.27.0 -> v0.34.0
golang.org/x/tools v0.34.0 -> v0.41.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.73.0 -> v1.79.2
google.golang.org/protobuf v1.36.6 -> v1.36.11

@tl-renovate tl-renovate Bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x branch from 1d67e71 to e6e036b Compare February 27, 2026 15:12
@tl-renovate tl-renovate Bot changed the title [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.38.2 [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.39.0 Feb 27, 2026
@tl-renovate tl-renovate Bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x branch from e6e036b to 39e9fce Compare March 10, 2026 15:17
@tl-renovate tl-renovate Bot changed the title [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.39.0 [DEPENDENCIES] Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.40.0 Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants