Skip to content

Commit c2faa63

Browse files
committed
add changelog for beta
1 parent 55bd0f1 commit c2faa63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
kind: NOTES
2+
body: This beta pre-release continues the implementation of managed resource identity, which should now be used with Terraform v1.12.0-beta1.
3+
Managed resources now can support import by identity during plan and apply workflows. Managed resources that already support import via the
4+
`resource.ResourceWithImportState` interface will automatically pass-through identity data to the `Read` method. The `RequiredForImport` and
5+
`OptionalForImport` fields on the identity schema can be used to control the validation that Terraform core will apply to the import config block.
6+
time: 2025-04-03T12:12:29.323193-04:00
7+
custom:
8+
Issue: "1126"

0 commit comments

Comments
 (0)