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
resp.Diagnostics.AddWarning("Client Warning", fmt.Sprintf("Group with name %s not found in organization with ID %s. Marking as deleted.", data.Name.ValueString(), data.OrganizationID.ValueString()))
205
+
resp.State.RemoveResource(ctx)
206
+
return
207
+
}
198
208
resp.Diagnostics.AddError("Failed to get group by name and org ID", err.Error())
0 commit comments