Skip to content

Commit b52253d

Browse files
rainkwanaustinvalle
andcommitted
Update tfsdk/resource_identity.go
Co-authored-by: Austin Valle <[email protected]>
1 parent 21f096c commit b52253d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfsdk/resource_identity.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ func (s *ResourceIdentity) SetAttribute(ctx context.Context, path path.Path, val
7373
if s == nil {
7474
return diag.Diagnostics{
7575
diag.NewErrorDiagnostic(
76-
"Unexpected Move State Response",
77-
"An unexpected error was encountered when creating the move state response. Identity data was returned by the provider move state operation, but the resource does not indicate identity support.\n\n"+
76+
"Missing Identity Definition",
77+
"An unexpected error was encountered when attempting to set a resource identity attribute. The resource does not indicate support via a resource identity schema.\n\n"+
7878
"This is always a problem with the provider and should be reported to the provider developer."),
7979
}
8080
}

0 commit comments

Comments
 (0)