deps: update hashicorp-terraform-plugin - #276
Open
dependa-jr[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
from
March 3, 2026 19:24
977153b to
05ff681
Compare
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
2 times, most recently
from
March 10, 2026 15:27
e09cd82 to
1cb6f63
Compare
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
2 times, most recently
from
April 23, 2026 16:54
9675072 to
fbc0852
Compare
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
from
April 28, 2026 16:08
fbc0852 to
e8baf59
Compare
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
from
June 9, 2026 17:17
e8baf59 to
d184a2e
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
2 times, most recently
from
July 6, 2026 22:45
4186811 to
cb0ee5f
Compare
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
2 times, most recently
from
July 23, 2026 21:19
d87f58e to
493e2ed
Compare
| datasource | package | from | to | | ---------- | ---------------------------------------------------------- | ------- | ------- | | go | github.com/hashicorp/terraform-plugin-framework | v1.15.1 | v1.19.0 | | go | github.com/hashicorp/terraform-plugin-framework-validators | v0.18.0 | v0.19.0 | | go | github.com/hashicorp/terraform-plugin-go | v0.29.0 | v0.31.0 | | go | github.com/hashicorp/terraform-plugin-log | v0.9.0 | v0.10.0 | | go | github.com/hashicorp/terraform-plugin-sdk/v2 | v2.38.1 | v2.40.1 | | go | github.com/hashicorp/terraform-plugin-testing | v1.11.0 | v1.16.0 | | go | github.com/zclconf/go-cty | v1.17.0 | v1.19.0 |
dependa-jr
Bot
force-pushed
the
renovate/hashicorp-terraform-plugin
branch
from
July 30, 2026 19:35
493e2ed to
7c4187d
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:
v1.15.1→v1.19.0v0.18.0→v0.19.0v0.29.0→v0.31.0v0.9.0→v0.10.0v2.38.1→v2.40.1v1.11.0→v1.16.0v1.17.0→v1.19.0Release Notes
hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)
v1.19.0Compare Source
NOTES:
-generate-config-outflag from Terraform Core to the Framework for Terraformv1.14.0and above. There should be no functionality changes for resource configuration generation in this release. (#1281)v1.18.0Compare Source
NOTES:
state_storein Terraform core is generally available. (#1259)FEATURES:
ENHANCEMENTS:
Length()method for theListValuetype. (#1067)Length()method for theMapValuetype. (#1067)Length()method for theSetValuetype. (#1067)Length()method for theTupleValuetype. (#1067)ProviderWithStateStoresinterface for implementing state stores (#1259)StateStoreDatatoConfigureResponse, to pass provider-defined data to(statestore.StateStore).Initializemethods (#1262)v1.17.0Compare Source
NOTES:
terraform-plugin-framework@v1.15.1, theUseStateForUnknownplan modifier was updated to preserve null values from prior state for unconfigured attributes. This updated version can cause plan inconsistency errors when used on child attributes of a nested attribute that expectUseStateForUnknownto keep the child attributes on new nested objects as<unknown>(known after apply).The new
UseNonNullStateForUnknownplan modifier can now be used where child attributes are expecting this pre-1.15.1 behavior. (#1197)FEATURES:
WriteOnlyschema field for action schemas. (#1233)UseNonNullStateForUnknownthat preserves known, non-null, values for unconfigured attributes. This can be used when it is known that an unconfigured value will remain the same after the attribute is updated to a non-null value. (#1242)BUG FIXES:
v1.16.1Compare Source
BUG FIXES:
v1.16.0Compare Source
NOTES:
action{}block is in technical preview and offered without compatibility promises until Terraform 1.14 is generally available. (#1181)action.Action) and packages for implementing action types, available in Terraform 1.14+. An action in Terraform can be defined by providers to model side-effects that practitioners can reference in their configurations via thelifecycle.action_triggerblock. (#1181)list.ListResource) and packages for implementing list resource types, available in Terraform 1.14+. A list resource in Terraform can be defined by providers to list remote resources within a given scope. (#1150)FEATURES:
TerraformTypeToFrameworkType, which convertstftypes.Typeto a known framework type. (#1200)ENHANCEMENTS:
ProviderWithActionsinterface for implementing actions. (#1181)ActionDatatoConfigureResponse, to pass provider-defined data toaction.Actionimplementations. (#1185)ListResourceDatatoConfigureResponse, to pass provider-defined data tolist.ListResourceimplementations. (#1202)SetAtPathto be called with atftypes.Value. (#1198)SetAttributeto be called with atftypes.Value. (#1205)ListResourceWithRawV5SchemasandListResourceWithRawV6Schemasinterfaces to support list implementation on non-framework resources. (#1198)hashicorp/terraform-plugin-framework-validators (github.com/hashicorp/terraform-plugin-framework-validators)
v0.19.0Compare Source
NOTES:
FEATURES:
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.31.0Compare Source
BREAKING CHANGES:
GenerateResourceConfigRPC call is now required inResourceServer. (#607)NOTES:
v0.30.0Compare Source
NOTES:
StateStoreServerimplementation as part ofProviderServer. (#594)FEATURES:
hashicorp/terraform-plugin-log (github.com/hashicorp/terraform-plugin-log)
v0.10.0Compare Source
NOTES:
FEATURES:
tfsdklog.ContextWithStandardLogging()for test sweeper logging (#162)hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.40.1Compare Source
BUG FIXES:
v2.40.0Compare Source
NOTES:
-generate-config-outflag from Terraform Core to the SDKv2 for Terraformv1.14.0and above. There should be no functionality changes for resource configuration generation in this release. (#1559)v2.39.0Compare Source
ENHANCEMENTS:
v2.38.2Compare Source
BUG FIXES:
hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)
v1.16.0Compare Source
FEATURES:
ExpectTotalLengthForMatchingquerycheck for validating the number of found resources for multiple list blocks (#607)GenerateConfigtesting mode toTestStepwhich can be used to test the generated resource configuration duringImportStatetesting mode. (#638)ENHANCEMENTS:
DefaultWorkspaceOnlyto enable testing state store implementations that don't support multiple workspaces. This is achieved by only running Terraform commands with thedefaultworkspace. (#633)BUG FIXES:
ExpectLengthquerycheck to match on the provided resource address before comparing the count (#604)ExpectLengthAtLeastquerycheck to match on the provided resource address before comparing the count (#607)hc-installdependency to0.9.4to prevent openpgp key expiration errors. (#647)v1.15.0Compare Source
NOTES:
FEATURES:
StateStoretesting mode toTestStep, which can be used to smoke test Terraform state storage. (#591)BUG FIXES:
Configmode usingDestroy: trueandCheckfunctions will now create an additional destroy plan prior to runningterraform applyto avoid a potential "Saved Plan is Stale" error from Terraform. (#602)Configmode using theTF_ACC_REFRESH_AFTER_APPLYcompatibility flag will not refresh ifExpectNonEmptyPlanis true. (#602)v1.14.1Compare Source
BUG FIXES:
v1.14.0Compare Source
FEATURES:
queryfilterpackage with interface and built-in query check filtering functionality. (#573)ExpectResourceDisplayNamequery check to assert a display name value on a filtered query result. (#573)ExpectResourceKnownValuesquery check to assert resource values on a filtered query result. (#583)ENHANCEMENTS:
PostApplyFunctest step hook to run generic post-apply logic for plan/apply testing. (#566)v1.13.3Compare Source
NOTES:
v1.13.2Compare Source
BUG FIXES:
ImportBlockWith*import state modes to use theExpectNonEmptyfield to allow non-empty import plans to pass successfully. (#518)ConfigFileorConfigDirectory(#516)v1.13.1Compare Source
BUG FIXES:
GetResourceIdentitySchemas. (#512)v1.13.0Compare Source
NOTES:
FEATURES:
Config,ConfigFile, andConfigDirectorycan also be used directly withImportStateif needed. (#442)ImportStateKindto control which method of import theImportStatetest step uses.ImportCommandWithID(default, same behavior as today) ,ImportBlockWithID, andImportBlockWithResourceIdentity. (#442)ImportStateConfigExactto opt-out of new import config generation for plannable import. (#494)ExpectIdentityValueMatchesStatestate check to assert that an identity value matches a state value at the same path. (#503)ExpectIdentityValueMatchesStateAtPathstate check to assert that an identity value matches a state value at different paths. (#503)ENHANCEMENTS:
ExpectIdentityValuestate check, which asserts a specified attribute value of a managed resource identity in state. (#468)ExpectIdentitystate check, which asserts all data of a managed resource identity in state. (#470)AdditionalCLIOptions.PlanOptions.NoRefreshto testterraform plan -refresh=false(#490)v1.12.0Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
ObjectExacterror message to report extra/missing attributes from the actual object. (#451)BUG FIXES:
zclconf/go-cty (github.com/zclconf/go-cty)
v1.19.0Compare Source
v1.18.1Compare Source
v1.18.0Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.