You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
no change in terraform configuration file => no change in resource state
Actual Behavior
As we can see on the debug output, acl_rules changes each other A replace B which replace C wich replace A.
there is always a modification in the state of your scaleway_rdb_acl
Steps to Reproduce
just put more than 1 acl_rules in your scaleway_rdb_acl resource
terraform apply -auto-approve
terraform apply -auto-approve
...
References
NONE
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
Terraform v1.0.8
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
scaleway_rdb_acl issue
Expected Behavior
no change in terraform configuration file => no change in resource state
Actual Behavior
As we can see on the debug output, acl_rules changes each other A replace B which replace C wich replace A.
there is always a modification in the state of your scaleway_rdb_acl
Steps to Reproduce
just put more than 1 acl_rules in your scaleway_rdb_acl resource
terraform apply -auto-approve
terraform apply -auto-approve
References
NONE
The text was updated successfully, but these errors were encountered: