This pull request changes the notification IDs from a list to a set, this resolves an issue where the IDs are in a different order in terraform then the order the server returns them, which causes unnecessary updates to be made and terraform will always show changes are needed. as the IDs are unique and unordered a SET is more applicable for this data.
This pull request changes the notification IDs from a list to a set, this resolves an issue where the IDs are in a different order in terraform then the order the server returns them, which causes unnecessary updates to be made and terraform will always show changes are needed. as the IDs are unique and unordered a SET is more applicable for this data.