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

I am trying to bring our existing OpsGenie setup under Terraform control. However, I can not import an existing team that was created using the Web UI to terraform, because...

### Terraform Version - ### Affected Resource(s) Please list the resources as a list, for example: - opsgenie_team_routing_rule ### Terraform Configuration Files ```hcl resource "opsgenie_team_routing_rule" "test" { name = "routing...

### Terraform Version 1.5.7 ### Affected Resource(s) - opsgenie_service ### Terraform Configuration Files ```hcl locals { test = { services = [ { name = "Test 1" description = "description"...