Skip to content

Commit 5a0f9f0

Browse files
Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.40.1 (#217)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/hashicorp/terraform-plugin-sdk/v2](https://redirect.github.com/hashicorp/terraform-plugin-sdk) | `v2.38.1` → `v2.40.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.40.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhashicorp%2fterraform-plugin-sdk%2fv2/v2.38.1/v2.40.1?slim=true) | --- ### Release Notes <details> <summary>hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)</summary> ### [`v2.40.1`](https://redirect.github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.40.1) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-sdk/compare/v2.40.0...v2.40.1) BUG FIXES: - helper/schema: Fixed a bug that caused spurious diffs in the plan when resource identity is set but didn't change. ([#&#8203;1582](https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1582)) ### [`v2.40.0`](https://redirect.github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.40.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-sdk/compare/v2.39.0...v2.40.0) NOTES: - This release moves the [resource configuration generation](https://developer.hashicorp.com/terraform/language/import/generating-configuration) 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. ([#&#8203;1559](https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1559)) - This Go module has been updated to Go 1.25 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#&#8203;1564](https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1564)) ### [`v2.39.0`](https://redirect.github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.39.0) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-sdk/compare/v2.38.2...v2.39.0) 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 ([#&#8203;1553](https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1553)) ### [`v2.38.2`](https://redirect.github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.38.2) [Compare Source](https://redirect.github.com/hashicorp/terraform-plugin-sdk/compare/v2.38.1...v2.38.2) BUG FIXES: - all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. ([#&#8203;1541](https://redirect.github.com/hashicorp/terraform-plugin-sdk/issues/1541)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Monday through Friday (`* * * * 1-5`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 28ec8c3 commit 5a0f9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/go-plugin v1.8.0
1212
github.com/hashicorp/terraform-exec v0.25.2
1313
github.com/hashicorp/terraform-json v0.28.0
14-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
14+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.1
1515
github.com/hexops/autogold/v2 v2.3.1
1616
github.com/opentofu/svchost v0.0.0-20260410171206-1a42986aa3f4
1717
github.com/opentracing/opentracing-go v1.2.0

0 commit comments

Comments
 (0)