splunk / terraform-provider-splunk

Terraform Provider for Splunk
Mozilla Public License 2.0
103 stars 75 forks source link

authorization_roles.capabilities is unordered #96

Closed micahkemp-splunk closed 2 years ago

micahkemp-splunk commented 2 years ago

Closes #95

This PR makes the capabilities argument of splunk_authorization_roles an unordered Set instead of an ordered List.

This allows arbitrary ordering of the configuration without needing to know how Splunk's API will order the capabilities when it returns them.