We used to set up our Prometheus integration routing through Terraform using the Opsgenie provider. Now we're looking at moving to the atlassian-operations provider, but find that we're having issues implementing actions properly.
Our integration actions need to be specified in a specific order:
We find that atlassian-operations_integration_action seems to be applied in a random order and there's no way to set ordering between actions, although it seems like the REST API supports it.
https://github.com/atlassian/terraform-provider-atlassian-operations/issues/86