terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
Terraform OpsGenie provider
When editing user_details on a user, the state does not refresh properly to reflect manual changes. Additionally, removing user_details from a user does not work - they stay there. ###...
For the 'integration_action' doc here https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs/resources/integration_action We should include an import block which indicates they can import an existing opsgenie_integration_action by passing the ID of the parent opsgenie_api_integration. It should...
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,...
When testing against all available versions from https://api.releases.hashicorp.com/v1/releases/terraform-provider-opsgenie?limit=20 the latest versions (>=0.6.14) are not included. ### Terraform Version N/A ### Affected Resource(s) N/A ### Terraform Configuration Files N/A ### Expected...
### Terraform Version 0.13.5 (sorry, we're trying to upgrade) ### Affected Resource(s) - opsgenie_service ### Terraform Configuration Files ```hcl data "opsgenie_team" "team" { name = var.opsgenie_team } resource "opsgenie_service" "service_critical"...
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 `v1.3.6` ### Affected Resource(s) `opsgenie_service_incident_rule` ### Terraform Configuration Files ```hcl resource "opsgenie_service_incident_rule" "errors" { service_id = opsgenie_service.this.id incident_rule { condition_match_type = "match-any-condition" conditions { field = "message"...
Apparently it's not possible to import existing "IncomingCall" API integration. ``` cat oncall_phonenumber.tf resource "opsgenie_api_integration" "oncall_phone_support" { name = "Call: Incoming call support line" type = "IncomingCall" enabled = true...
Hi there, I've noticed a bug when tryind to add a schedule and a user to an escalation. If just the schedule is added as a recipient it works fine,...