Open karolpivo opened 5 months ago
After some tries due to restrictions it isn't possible to reproduce this issue. It looks like a permadiff
. I'm forwarding this issue to check it internally. it looks fairly like the case that policy_sets
is a set instead of a list.
Community Note
Terraform Version & Provider Version(s)
Terraform v1.18.1 on Linux Ubuntu 22.04lts
Affected Resource(s)
google_securityposture_posture
Terraform Configuration
Debug Output
No response
Expected Behavior
Plan does not change if the configuration does not change
Actual Behavior
Terraform wants to update-in-place on every plan execution even if the code does not change. It appears to be re-ordering the policies every time
Steps to reproduce
terraform apply
terraform plan
Important Factoids
No response
References
No response
b/348054918