Skip to content

Commit 242a95f

Browse files
committed
Add identity to resource instance object on udpate
1 parent 6e3f75f commit 242a95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/terraform/node_resource_abstract_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,6 +2626,7 @@ func (n *NodeAbstractResourceInstance) apply(
26262626
Private: state.Private,
26272627
Status: state.Status,
26282628
Value: change.After,
2629+
Identity: change.AfterIdentity,
26292630
}
26302631
return newState, diags
26312632
}

0 commit comments

Comments
 (0)