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

Hi there, ### Terraform Version ``` $ terraform -version Terraform v1.7.1 on darwin_arm64 ``` ### Affected Resource(s) - opsgenie_team ### Terraform Configuration Files ``` import { id = "11111111-1111-1111-1111-111111111111" to...

### Expected Behavior Opsgenie Service should have parity to the Web GUI in that you should be able to define the responder/audience assigned to the service. This is important in...

### Terraform Version 1.6.3 (also tried on 1.5.3) ### Affected Resource(s) opsgenie_team_routing_rule ### Terraform Configuration Files ```hcl resource "opsgenie_team_routing_rule" "default" { name = "Default Routing Rule" team_id = opsgenie_team.this.id is_default...

### Terraform Version terraform 1.5.7 ### Affected Resource(s) Most or all ### Repro Steps 1. Create a situation that will cause a provider to log an event of WARN or...

Hi team, thanks for this provider, I wonder is there any plan to support team-specific role? https://support.atlassian.com/opsgenie/docs/learn-user-roles-and-permissions/#Team-specific-roles

specify order for opsgenie_alert_policy, use change-order endpoint to apply see https://docs.opsgenie.com/docs/alert-and-notification-policy-api#change-policy-order

### Terraform Version ``` Terraform v1.6.4 on darwin_amd64 + provider registry.terraform.io/datadog/datadog v3.32.0 + provider registry.terraform.io/hashicorp/archive v2.4.0 + provider registry.terraform.io/hashicorp/aws v5.25.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/tfe v0.50.0 + provider...

### Affected Resource(s) - opsgenie_api_integration - opsgenie_integration_action ### Terraform Configuration Files ```hcl import { to = opsgenie_api_integration.monitoring_dev_integration id = "" } resource "opsgenie_api_integration" "monitoring_dev_integration" { name = "Slack (#monitoring-dev)" type...

Hi, I'm running into a segfault/crash/plugin did not respond error when executing a trivial code sample involving the `opsgenie_escalation` data source. terraform version: 1.3.7 platform: `darwin_arm64` (not sure if it...