File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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.'
79time : 2025-05-12T16:44:41.300908-04:00
810custom :
911 Issue : " 1112"
You can’t perform that action at this time.
0 commit comments