You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Missing Resource Identity After Read: The Terraform provider unexpectedly returned no resource identity after having no errors in the resource read. "+
977
+
"This is always a problem with the provider and should be reported to the provider developer",
978
+
))
979
+
returnresp, nil
980
+
}
981
+
964
982
// If we're refreshing the resource state (excluding a recently imported resource), validate that the new identity isn't changing
resp.Diagnostics=convert.AppendProtoDiag(ctx, resp.Diagnostics, fmt.Errorf("Unexpected Identity Change: %s", "During the read operation, the Terraform Provider unexpectedly returned a different identity then the previously stored one.\n\n"+
"Unexpected Identity Change: During the update operation, the Terraform Provider unexpectedly returned a different identity than the previously stored one.\n\n"+
Summary: "Missing Resource Identity After Read: The Terraform provider unexpectedly returned no resource identity after having no errors in the resource read. "+
5802
+
"This is always a problem with the provider and should be reported to the provider developer",
Summary: "Missing Resource Identity After Create: The Terraform provider unexpectedly returned no resource identity after having no errors in the resource create. "+
8429
+
"This is always a problem with the provider and should be reported to the provider developer",
0 commit comments