Commit 92d5ff2
authored
chore(deps): bump github.com/hashicorp/terraform-plugin-testing from v1.12.0 to v1.13.3 (#13)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/hashicorp/terraform-plugin-testing](https://redirect.github.com/hashicorp/terraform-plugin-testing)
| `v1.12.0` -> `v1.13.3` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>hashicorp/terraform-plugin-testing
(github.com/hashicorp/terraform-plugin-testing)</summary>
###
[`v1.13.3`](https://redirect.github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.13.3)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-plugin-testing/compare/v1.13.2...v1.13.3)
NOTES:
- Adds an opt-in compatibility flag for config mode tests to unlock
upgrade from v1.5.1 to latest for specific providers.
([#​496](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/496))
###
[`v1.13.2`](https://redirect.github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.13.2)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-plugin-testing/compare/v1.13.1...v1.13.2)
BUG FIXES:
- helper/resource: Updated `ImportBlockWith*` import state modes to use
the `ExpectNonEmpty` field to allow non-empty import plans to pass
successfully.
([#​518](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/518))
- helper/resource: Fixed bug with import state mode where prior test
config is not used for `ConfigFile` or `ConfigDirectory`
([#​516](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/516))
###
[`v1.13.1`](https://redirect.github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.13.1)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-plugin-testing/compare/v1.13.0...v1.13.1)
BUG FIXES:
- echoprovider: Fixed bug where Terraform v1.12+ would return an error
message indicating the provider doesn't support
`GetResourceIdentitySchemas`.
([#​512](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/512))
###
[`v1.13.0`](https://redirect.github.com/hashicorp/terraform-plugin-testing/releases/tag/v1.13.0)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-plugin-testing/compare/v1.12.0...v1.13.0)
NOTES:
- reduced the volume of DEBUG-level logging to make it easier to
visually scan debug output
([#​463](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/463))
FEATURES:
- ImportState: Added support for testing plannable import via Terraform
configuration. Configuration is used from the previous test step if
available. `Config`, `ConfigFile`, and `ConfigDirectory` can also be
used directly with `ImportState` if needed.
([#​442](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442))
- ImportState: Added `ImportStateKind` to control which method of import
the `ImportState` test step uses. `ImportCommandWithID` (default, same
behavior as today) , `ImportBlockWithID`, and
`ImportBlockWithResourceIdentity`.
([#​442](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/442))
- ImportState: Added `ImportStateConfigExact` to opt-out of new import
config generation for plannable import.
([#​494](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/494))
- statecheck: Added `ExpectIdentityValueMatchesState` state check to
assert that an identity value matches a state value at the same path.
([#​503](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503))
- statecheck: Added `ExpectIdentityValueMatchesStateAtPath` state check
to assert that an identity value matches a state value at different
paths.
([#​503](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/503))
ENHANCEMENTS:
- statecheck: Added `ExpectIdentityValue` state check, which asserts a
specified attribute value of a managed resource identity in state.
([#​468](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/468))
- statecheck: Added `ExpectIdentity` state check, which asserts all data
of a managed resource identity in state.
([#​470](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/470))
- Adds `AdditionalCLIOptions.PlanOptions.NoRefresh` to test `terraform
plan -refresh=false`
([#​490](https://redirect.github.com/hashicorp/terraform-plugin-testing/issues/490))
</details>
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4b983e4 commit 92d5ff2
2 files changed
+89
-87
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
0 commit comments