rollbar / terraform-provider-rollbar

Terraform provider for Rollbar
https://rollbar.com
MIT License
28 stars 13 forks source link

Terraform Scope order leads to unauthorised error #408

Open rpm-twilio opened 3 months ago

rpm-twilio commented 3 months ago

Currently, when creating or updating an API token in the Rollbar UI, the scopes are now being ordered differently by default. For instance, the order is now "write, read" instead of the previous "read, write."

If any changes are made through the UI and we then apply Rollbar updates to the project, the planning phase fails. It seems that Terraform detects the change in scope order and attempts to recreate the token, which results in unauthorized errors . We attempted to adjust the scope order in our Terraform repository, but this caused similar issues with other Rollbar projects.