Closed nbaju1 closed 11 months ago
On a hunch I tried changing the order of the two rules in the TF config. The terraform plan
output no longer shows changes to the policy after this. I'm guessing the ordering of the rules in the TF config must follow the priority numbering of the rules?
@nbaju1 Thanks for the report. It does look like we are somehow depending on the ordering of the list. I'll investigate.
Describe the bug Every time we run
terraform plan
the plan shows changes to rules in the severity policy. From the plan it seems like TF is just swapping the ordering of the two rules without doing any actual changes. No changes have been done manually in Xray prior to this,Terraform config:
terraform plan
output:Artifactory and Xray: Cloud Terraform 1.4.6
Expected behavior No changes to the policy in question showing in the output of
terraform plan
.