chore(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 #98
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.6.0
->v1.8.0
Release Notes
hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)
v1.8.0
Compare Source
FEATURES:
ExpectDeferredChange
andExpectNoDeferredChanges
checks for experimental deferred action support. (#331)SkipIfNotPrerelease
version check for testing experimental features of prerelease Terraform builds. (#331)ENHANCEMENTS:
TupleExact
,TuplePartial
andTupleSizeExact
checks for dynamic value testing. (#312)(TestCase).AdditionalCLIOptions
withAllowDeferral
option for plan and apply commands. (#331)BUG FIXES:
RequireBelow
ignoring equal versioning to fail a test (#303)v1.7.0
Compare Source
NOTES:
ErrorCheck
andExpectError
functionality, error messaging checks should be based on provider-controlled messaging or when appropriate to use other testing features such asExpectNonEmptyPlan
instead. (#238)ExpectNullOutputValue
andExpectNullOutputValueAtPath
. UseExpectKnownOutputValue
andExpectKnownOutputValueAtPath
withknownvalue.Null
instead (#275)ExpectKnownValue
,ExpectKnownOutputValue
andExpectKnownOutputValueAtPath
plan checks are considered experimental and may be altered or removed in a subsequent release (#276)ExpectKnownValue
,ExpectKnownOutputValue
andExpectKnownOutputValueAtPath
state checks are considered experimental and may be altered or removed in a subsequent release (#276)knownvalue
package is considered experimental and may be altered or removed in a subsequent release (#276)FEATURES:
ExpectKnownValue
plan check, which asserts that a given resource attribute has a defined type, and value (#248)ExpectKnownOutputValue
plan check, which asserts that a given output value has a defined type, and value (#248)ExpectKnownOutputValueAtPath
plan check, which asserts that a given output value at a specified path has a defined type, and value (#248)knownvalue
package which contains types for working with plan checks and state checks (#248)statecheck
package with interface and built-in state check functionality (#275)ExpectKnownValue
state check, which asserts that a given resource attribute has a defined type, and value (#275)ExpectKnownOutputValue
state check, which asserts that a given output value has a defined type, and value (#275)ExpectKnownOutputValueAtPath
plan check, which asserts that a given output value at a specified path has a defined type, and value (#275)ExpectSensitiveValue
built-in state check, which asserts that a given attribute has a sensitive value (#275)BUG FIXES:
TestStep.PlanOnly: true
(#238)Config
,ConfigDirectory
, andConfigFile
(#265)Config
,ConfigDirectory
, andConfigFile
(#265)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 Mend Renovate. View repository job log here.