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
We should make sets empty on read instead of null when there are no entries. This caught us out when we imported an organization with an empty members set and subsequently tried to set it to null. Terraform treats this as a type mismatch which prevented the job from completing. (#143)