terraform-provider-opsgenie
terraform-provider-opsgenie copied to clipboard
Terraform OpsGenie provider
### Terraform Version Terraform v1.4.2 on darwin_amd64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.20 ### Affected Resource(s) - opsgenie_integration_action ### Terraform Configuration Files ```hcl terraform { required_providers { opsgenie = { source =...
I found that attempting to import a team alert policy without specifying the team_id would crash the plugin without providing the user with useful feedback: ``` Stack trace from the...
The variable name that Terraform expects and accepts is called 'expected_value'. See also: https://github.com/opsgenie/terraform-provider-opsgenie/blob/master/opsgenie/resource_opsgenie_team_routing_rule.go#L112
### Steps to Reproduce 1. `tofu init` Seems like the provider GPG keys just need to be submitted to opentofu: https://github.com/opentofu/registry?tab=readme-ov-file https://github.com/opentofu/registry/issues/new?assignees=&labels=provider-key%2Csubmission&projects=&template=provider_key.yml&title=Provider+Key%3A+
When creating an escalation policy, the plugin crashes if you include a `repeat` block in the code, but set all of the values inside to `null`. However, if you make...
Add documentation to reflect changes from #171
I'm trying to reproduce #418 by adding an additional `plan` step after the `apply` in test `TestAccOpsGenieTeam_complete` and expecting an empty plan. While I can reproduce this case manually using...
Dear opsgenie-team. I am not able to enable notifications to mattermost via opsgenie_api_integration resource. Maybe i am holding it wrongly. Then i would love to see a working example in...
### Terraform Version 1.3.4 ### Affected Resource(s) - opsgenie_schedule ### Debug Output ``` data "opsgenie_team" "test" { name = "sre" } resource "opsgenie_schedule" "test" { name = "sre" enabled =...
Fix https://github.com/opsgenie/terraform-provider-opsgenie/issues/322