Skip to content

Commit 41fa774

Browse files
committed
add more
1 parent e5d8a7d commit 41fa774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.changes/unreleased/NOTES-20250512-164441.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ body: 'all: This release contains a new interface and package for implmenting ma
33
Resource identity is data that is defined by a separate schema and is stored alongside resource state.
44
Identity data is used by Terrform to uniquely identify a remote object and is meant to be immutable during
55
the remote object''s lifecycle. Resources that support identity can now be imported using the `identity` attribute
6-
in Terraform configuration `import` blocks, available in Terraform v1.12+.'
6+
in Terraform configuration `import` blocks, available in Terraform v1.12+. The `resource.ResourceWithIdentity` interface
7+
can be implemented to support identity by defining an identity schema. Once the identity schema is defined, you can read
8+
and store identity data in the state file via the new `Identity` fields in the response objects on the resource CRUD methods.'
79
time: 2025-05-12T16:44:41.300908-04:00
810
custom:
911
Issue: "1112"

0 commit comments

Comments
 (0)