terraform-provider-opsgenie icon indicating copy to clipboard operation
terraform-provider-opsgenie copied to clipboard

Terraform OpsGenie provider

Results 173 terraform-provider-opsgenie issues
Sort by recently updated
recently updated
newest added
trafficstars

The Opsgenie provider v0.6.14 was released 15th of Aug. but is not yet on the Terraform release page.

### Terraform Version 0.12.24 ### Affected Resource(s) - opsgenie_escalation When importing the `opsgenie_escalation` resource, the `repeat` property does not get imported correctly. The escalation has a `repeat` clause in OpsGenie...

### Terraform Version ``` $ terraform -v Terraform v1.2.7 on darwin_arm64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.10 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `opsgenie_team`...

My plan is dirty because the recipients value is internally converted into responders which cannot be set because of the validation. `~ field = "responders" -> "recipients"`

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,...

It's not possible to do any operations with opsgenie_team resource. I've imported previously created with web UII team, and when I run "terraform plan", it tries to change team's admin...

Hi, I'm running Terraform v1.2.3 on darwin_arm64 (M1 Mac). I was running opsgenie v0.6.10 and it was working fine, but then we tried upgrading to v0.6.11, but `terraform init` fails:...

Hi there, this is more a feature request than an issue report. ### Terraform Version 0.14.3 ### Affected Resource(s) - opsgenie_alert_policy ### Terraform Configuration Files ```hcl resource "opsgenie_alert_policy" "test" {...