CodeBleu commented on PR #242: URL: https://github.com/apache/cloudstack-terraform-provider/pull/242#issuecomment-3402196227
@Pearl1594 I decided to change a `rule_number` on one of the rules that was created with TF and not specifying a `rule_number` The `rule_number` it gave the rule was `4`. I changed my TF on that rule to actually add a `rule_number` rule_number = 8, so it would put it after my last `rule_number` (which is `7` ) and the TF plan shows that it's trying to change `rule_number` `0` instead!! NOT GOOD <img width="628" height="172" alt="image" src="https://github.com/user-attachments/assets/105f5215-04c9-4c95-baa3-a0ac959b03b4" /> ``` ~ rule { ~ rule_number = 0 -> 8 # (9 unchanged attributes hidden) } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
