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. "+
982
974
"This is always a problem with the provider and should be reported to the provider developer",
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"+
990
982
"This is always a problem with the provider and should be reported to the provider developer.\n\n"+
"Unexpected Identity Change: During the planning operation, the Terraform Provider unexpectedly returned a different identity than the previously stored one.\n\n"+
1333
1325
"This is always a problem with the provider and should be reported to the provider developer.\n\n"+
"Unexpected Identity Change: During the update operation, the Terraform Provider unexpectedly returned a different identity than the previously stored one.\n\n"+
1595
1579
"This is always a problem with the provider and should be reported to the provider developer.\n\n"+
@@ -2494,3 +2478,18 @@ func (s *GRPCProviderServer) upgradeJSONIdentity(ctx context.Context, version in
2494
2478
2495
2479
returnm, nil
2496
2480
}
2481
+
2482
+
// isCtyObjectNullOrEmpty is a helper function that checks if a given cty object is null or if all it's immediate children are null (empty)
0 commit comments