Closed mefellows closed 2 years ago
Note on issue. Simple fix is to move from schema.TypeList
to schema.TypeSet
. The issue is that terraform change detection is performed internally, so any attempt to sort the arrays is unstable across versions and is cumbersome to address. Moving to a Set which is order independent solves the issue more natively. Tested on the roles
attribute of a user in f3db0fb.
I believe it can be addressed if we sort items on store.