fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.34.0#275
Open
plural-renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
b2251ff to
33718ee
Compare
33718ee to
77dde45
Compare
7a5a58b to
34a6336
Compare
34a6336 to
d723587
Compare
a27512a to
034e564
Compare
034e564 to
1d6b0f4
Compare
1d6b0f4 to
a1615f8
Compare
a1615f8 to
0ba4fcf
Compare
0ba4fcf to
9fe2166
Compare
9fe2166 to
40b5575
Compare
40b5575 to
06b88e6
Compare
06b88e6 to
c3b6ebd
Compare
c3b6ebd to
faad1c3
Compare
60fc575 to
36e90cc
Compare
36e90cc to
681dd1c
Compare
681dd1c to
311dc6b
Compare
311dc6b to
00e8686
Compare
00e8686 to
4f8be82
Compare
4f8be82 to
0db584f
Compare
0db584f to
3ec7ab5
Compare
3ec7ab5 to
d31c661
Compare
d31c661 to
d62953b
Compare
d62953b to
d2baab3
Compare
d2baab3 to
40c1a5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.24.1->v2.34.0Release Notes
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.34.0Compare Source
NOTES:
v2.33.0release updated this Go module to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#1318)FEATURES:
(Provider).ConfigureProviderfunction for configuring providers that support additional features, such as deferred actions. (#1335)(Resource).ResourceBehaviorto allow additional control over deferred action behavior during plan modification. (#1335)v2.33.0Compare Source
NOTES:
v2.32.0Compare Source
NOTES:
v2.31.0Compare Source
NOTES:
v2.30.0Compare Source
NOTES:
SDKVersionvariable,SDKPrereleasevariable, andSDKVersionString()function have been deprecated. Use the Go standard libraryruntime/debugpackage build information instead. (#1257)BUG FIXES:
SDKVersionvariable andSDKVersionString()function (#1257)(ResourceData).GetRawConfig()data is populated forProvider.ConfigureFuncandProvider.ConfigureContextFunc(#1270)(ResourceData).GetOkExists()second result istruewhen configuration contains zero-value data inProvider.ConfigureFuncandProvider.ConfigureContextFunc(#1270)v2.29.0Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
AllDiagandAnyDiag, which areSchemaValidateDiagFuncvariants ofAllandAny(#1155)StringInSliceerror diagnostic output to prevent confusion with values that contain spaces (#464)v2.28.0Compare Source
NOTES:
ResourcetypeEnableApplyLegacyTypeSystemErrorsandEnablePlanLegacyTypeSystemErrorsfields can be enabled to more easily discover resource data consistency errors which Terraform would normally demote to warning logs. Before enabling the flag in a production release for a resource, the resource should be exhaustively acceptance tested as there may be unrecoverable error situations for practitioners. It is recommended to first enable and test in environments where it is easy to clean up resources, potentially outside of Terraform. (#1227)ENHANCEMENTS:
ResourcetypeEnableLegacyTypeSystemApplyErrorsfield, which will prevent Terraform from demoting data consistency errors to warning logs duringApplyResourceChange(Create,Update, andDelete) operations with the resource (#1227)ResourcetypeEnableLegacyTypeSystemPlanErrorsfield, which can be used to prevent Terraform from demoting data consistency errors to warning logs duringPlanResourceChangeoperations with the resource (#1227)v2.27.0Compare Source
NOTES:
ResourcetypeSchemafield should switch to theSchemaMapmethod to ensure newSchemaFuncfield data is properly retrieved (#1217)ENHANCEMENTS:
ResourcetypeSchemaFuncfield andSchemaMapmethod, which can reduce resident memory usage with large schemas (#1217)v2.26.1Compare Source
BUG FIXES:
v2.26.0Compare Source
NOTES:
PrefixedUniqueId()andUniqueId(). Use thehelper/idpackage instead. These deprecations are to assist in migrating to terraform-plugin-testing (#1167)RetryContext(),StateChangeConf, and associated*Errortypes. Use thehelper/retrypackage instead. These deprecations are to assist in migrating to terraform-plugin-testing (#1167)ENHANCEMENTS:
helper/idpackage added.resource.PrefixedUniqueId()andresource.UniqueId()are deprecated,helper/idshould be used instead.helper/resourcenow contains aliases to the migrated code (#1167)helper/retrypackage added.resource.RetryContext(),resource.StateChangeConf, and associated*Errortypes are deprecated,helper/retryshould be used instead. `helper/resource now contains aliases to the migrated code (#1167)v2.25.0Compare Source
BUG FIXES:
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.