dome9 / terraform-provider-dome9

Terraform Provider for Dome9
https://www.terraform.io/docs/providers/dome9/
Mozilla Public License 2.0
40 stars 30 forks source link

Cnapp 13259 convert notificationids to sets #233

Open kefoster951 opened 10 hours ago

kefoster951 commented 10 hours ago

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.