Skip to content

Commit

Permalink
update following merge
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Nov 22, 2024
1 parent a67a0b6 commit b2eb8d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (s *ServiceAccountOIDCIdentity) Read(ctx context.Context, req resource.Read

identityResponse, err := serviceaccounts.GetOIDCIdentityByID(s.Client, state.ServiceAccountID.ValueString(), state.ID.ValueString())
if err != nil {
if err := errors.ProcessApiErrorV2(ctx, resp, state, err, "service account OIDC identity"); err != nil {
if err := errors.ProcessApiErrorV2(ctx, &resp.State, state, err, "service account OIDC identity"); err != nil {
resp.Diagnostics.AddError("Error reading service account OIDC identity", err.Error())
}
return
Expand Down

0 comments on commit b2eb8d6

Please sign in to comment.