Skip to content

Commit d953f83

Browse files
committed
changelogs
1 parent 6d8e01e commit d953f83

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: NOTES
22
body: This alpha pre-release contains testing utilities for managed resource identity, which can be used with `Terraform v1.12.0-alpha20250319`, to
33
assert identity data stored during apply workflows. A managed resource in a provider can read/store identity data using the `[email protected]`
4-
or `terraform-plugin-sdk/[email protected]` Go modules. To assert identity data stored by a provider in state, use the `statecheck.ExpectIdentityValue` state check.
4+
or `terraform-plugin-sdk/[email protected]` Go modules. To assert identity data stored by a provider in state, use the `statecheck.ExpectIdentity` state check.
55
time: 2025-03-25T11:59:27.455519-04:00
66
custom:
7-
Issue: "468"
7+
Issue: "470"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: ENHANCEMENTS
2-
body: 'statecheck: Added `ExpectIdentityValue` state check, which asserts managed resource identity data stored in state.'
2+
body: 'statecheck: Added `ExpectIdentityValue` state check, which asserts a specified attribute value of a managed resource identity in state.'
33
time: 2025-03-25T12:10:07.55484-04:00
44
custom:
55
Issue: "468"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: ENHANCEMENTS
2+
body: 'statecheck: Added `ExpectIdentity` state check, which asserts all data of a managed resource identity in state.'
3+
time: 2025-03-25T17:45:04.794886-04:00
4+
custom:
5+
Issue: "470"

0 commit comments

Comments
 (0)