Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform provider does not support adding integration configuration to setup this label/api key table in opsgenie integration #395

Open
Angelodaniel opened this issue Feb 29, 2024 · 0 comments

Comments

@Angelodaniel
Copy link

Sentry opsgenie integration can be configured using api keys inside a configuration table:
https://docs.sentry.io/product/integrations/notification-incidents/opsgenie/#configure
When creating an issue alert we can specify:
...
"team": ""
...
The team value must be defined as a label from configuration table with corresponding api key.
Current terraform provider does not support adding integration configuration to setup this label/api key table in opsgenie integration, while sentry_plugin resource has this dynamic type map field for configuration https://sourcegraph.com/github.com/jianyuan/terraform-provider-sentry@f15b70efee40fb[…]f5ca532fb/-/blob/sentry/resource_sentry_project_plugin.go?L41
This allows us to inject api keys from opsgenie terraform configuration to sentry.
To reiterate I don't see a way to update integration configuration using terraform provider. Until we have this option we'll need to use the opgenie legacy plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant