-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Integrations - 3rd-party - Terraform
-
None
-
Severity 3 - Minor
Issue Summary
Terraform v1.5.7 on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v5.19.0
+ provider registry.terraform.io/hashicorp/http v3.4.0
+ provider registry.terraform.io/hashicorp/null v3.2.1
+ provider registry.terraform.io/opsgenie/opsgenie v0.6.30
Affected Resource(s)
- opsgenie_notification_policy
References
- Similar issue on alert policies: opsgenie_alert_policy conditions order is not stable causing "in-place" updates though nothing changes #387
- Fix for alert policies: fix: Alert policy filter conditions/time restrictions/responders should be set, not an ordered list. #390
https://github.com/opsgenie/terraform-provider-opsgenie/issues/409 to report the issue on Github and https://github.com/opsgenie/terraform-provider-opsgenie/pull/410 for fix
Steps to Reproduce
- terraform apply
- Change filters
- terraform apply
Expected Results
No drift expected
Actual Results
The provider cannot reconcile the filters
Workaround
N/A