opsgenie / terraform-provider-opsgenie

Terraform OpsGenie provider
https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs
Mozilla Public License 2.0
100 stars 135 forks source link

opsgenie_notification_policy conditions order is not stable causing "in-place" updates though nothing changes #409

Closed gjacquet closed 10 months ago

gjacquet commented 10 months ago

Terraform Version

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)

Expected Behavior

No drift expected

Actual Behavior

The provider cannot reconcile the filters

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
  2. Change filters
  3. terraform apply

References