Skip to content

Commit eecfd76

Browse files
committed
fixup! More correct processListResult()
1 parent 3ff5bfa commit eecfd76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/fwserver/server_listresource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ func processListResult(req list.ListRequest, result list.ListResult) ListResult
133133

134134
if req.IncludeResource {
135135
if result.Resource == nil { // TODO: is result.Resource.Raw.IsNull() a practical concern?
136-
result.Identity = nil
137136
result.Diagnostics.AddWarning(
138137
"Incomplete List Result",
139138
"The provider did not populate the Resource field in the ListResourceResult. This may be due to the provider not supporting this functionality or an error in the provider's implementation.",

0 commit comments

Comments
 (0)