terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
Terraform OpsGenie provider
It looks like the ordering on alert policy conditions isn't working correctly and seems to want to constantly swap them around on each run ### Terraform Version $ terraform --version...
I was unable to provision an API integration of the type Zabbix (https://github.com/opsgenie/terraform-provider-opsgenie/issues/285), due to missing arguments that the API requires. This pull request is to add those required arguments...
### Terraform Version Terraform v1.1.9 on linux_amd64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.10 ### Affected Resource(s) - opsgenie_integration_action ### Terraform Configuration Files ```hcl resource "opsgenie_integration_action" "grafana" { integration_id = opsgenie_api_integration.grafana.id #P1 create...
In order to sent alerts back to Datadog, We need to configure the Datadog integration with API Key and Site (in case of eu it has to be https//api.datadoghq.eu/). Currently...
When currently attempting to create a opsgenie_maintenance with empty rules block, it will crash the provider. ``` Terraform will perform the following actions: # module.maintenance["ops"].opsgenie_maintenance.schedule["2022-06-20T09:00:00Z-2022-06-20T10:00:00Z"] will be created + resource...
### Affected Resource(s) - resource_opsgenie_heartbeat ### Expected Behavior When `alert_message` is too long the module fails or trims message. ### Actual Behavior User error is ignored and module always reports...
### Terraform Version -- Terraform v0.15.4 ### Affected Resource(s) - opsgenie_integration_action ### Terraform Configuration Files ```hcl resource "opsgenie_api_integration" "test" { name = "api-test" type = "API" } resource "opsgenie_integration_action" "test"...
Hi all, mattermost integration cannot be created with this provider: ### Terraform Version - Terraform v1.2.5 on darwin_amd64 - provider registry.terraform.io/opsgenie/opsgenie v0.6.10 ### Affected Resource(s) - opsgenie_api_integration If this issue...
I think that there is an erroneous 'else if' that skips reading the 'responders' attribute when the 'ownerTeam' is not nil. These two attributes are not really dependent on each...
Hello! I'd like to suggest adding a `opsgenie_account` data block to the provider. I'm currently using a python script to do this (http data source would do the trick too),...