Hi!
I’m trying to automate some alert policies through Terraform, but have hit an issue with the access tokens I’ve generated.
I can manually create an alert policy through the UI, and I can also create an alert policy through the rest api, but when creating an alert policy using the same API key through GraphQL, I get “Your account is not entitled to use this feature.” as a response.
The terraform provider is using GraphQL, so is unable to create an alert policy.
Does the API key need to be set up in a specific way for use on the GraphQL API?