Closed Barsonax closed 3 months ago
Thanks for the information! The fix will take some time as MT is returning more data than the provider expects. I don't have a quick fix for the problem yet.
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
:tada: This issue has been resolved in version 1.61.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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:Terraform will perform the following actions:
routeros_system_user_group.prometheus will be updated in-place
~ resource "routeros_system_user_group" "prometheus" { id = "*4" name = "prometheus" ~ policy = [
(4 unchanged elements hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.