-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routeros_system_user_group keeps detecting changes #544
Comments
Thanks for the information! |
Np, I did found a workaround and that is to put all values in your .tf file, so also the flags you don't enable like !write |
vaerh
added a commit
that referenced
this issue
Aug 27, 2024
…etUnset` values Added policy set processing for user groups. To work correctly, we need to analyze incoming changes and modify outgoing policy set values at the same time. The minimum version for the provider build go `v1.21`, since the `slices.Contains()` function is used. Fixes #544
🎉 This issue has been resolved in version 1.61.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running terraform apply 2 times I would expect the second time to detect no changes.
To Reproduce
terraform apply
, the group will be createdterraform apply
again and it will detect changes which shouldn't be there:Expected behavior
No changes detected the second time
The text was updated successfully, but these errors were encountered: