terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
Terraform OpsGenie provider
Hi, first of all thanks for creating this provider. It really makes me feel much safer then clicking around in the ui. It seems to me `opsgenie_api_integration`.example.api_key provides a null...
The current implementation make the field send_after mandatory otherwise the Opsgenie API raise the error SendAfter cannot be empty. And there is no way to define 0 (mean immediately) because...
This makes the backoff mechanism customizable via the following new options in the provider configuration: api_retry_count api_retry_wait_min api_retry_wait_max As per https://github.com/opsgenie/terraform-provider-opsgenie/issues/268
Hi, this is a feature request to support ```hcl responders { type = "escalation" } ``` in resource `opsgenie_alert_policy`. Although the [API documentation states](https://docs.opsgenie.com/docs/alert-and-notification-policy-api#create-policy) that only `user` and `team` are...
Presently, the members of an `opsgenie_schedule_rotation` are defined using `participant{}` blocks, and the order of the rotation is the order in which the participant blocks are added. This meshes poorly...
OpsGenie team routing rule errors out when criteria isn't set even though it is listed as optional
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 - `Terraform v1.0.9` - Provider: `opsgenie/opsgenie v0.6.7` ### Affected Resource(s) - `opsgenie_team_routing_rule` ### Terraform Configuration Files ```hcl variable "name" { default = "" } variable "team_id" {...
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 ``` Terraform v0.14.7 + provider registry.terraform.io/opsgenie/opsgenie v0.6.3 ``` ### Affected Resource(s) - opsgenie_alert_policy ### Terraform Configuration Files ```hcl resource "opsgenie_alert_policy" "test" { name = "test" team_id =...
### Terraform Version 0.12.24 ### Affected Resource(s) Please list the resources as a list, for example: - opsgenie_team_routing_rule When importing an `opsgenie_team_routing_rule`, the `time_restriction` properties do not get reflected in...