terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
Terraform OpsGenie provider
This is an attempt to fix #223 It works perfectly if all policies are managed through this resource but mixing it with policies ordered throught the UI may lead to...
We want to manage OpsGenie resources with Terraform project, and we will have some actions to re-assign integration to another team. Say, Team A has a Cloudwatch integration, and I...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
### Terraform Version ``` ❯ terraform -v Terraform v1.3.9 on linux_amd64 ``` ### Affected Resource(s) Please list the resources as a list, for example: - opsgenie_api_integration ### Expected Behavior I'd...
We have tried to automate creating an advanced datadog API integration, that requires ordering two create actions but that unfortunately causes errors: Status code: 422, Message: There are semantic errors...
Alert policies have an order and it's important as they match in a waterfall manner (https://docs.opsgenie.com/docs/alert-and-notification-policy-api#list-alert-policies) It's not possible to set this as currently on the conditions within a policy...
I have same issue as #332 and #387 but this time for escalation resources. The rules array is not returned in the same order as it is stored in state,...
Hi, I get a panic when importing an alert policy: https://gist.github.com/gdlx/19d7fcca60439d6c6b372e0db3a7addd The import command is the following: `terraform import opsgenie_alert_policy.add_tag 8a2e4b35-94ec-4192-a64f-f0ad52b8ef43` I have no issue to create/update/delete a policy, only...
Hi! I would like to control teams and team members via code - but let users control their team settings/schedules via the UI. This can be done currently - however...