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
Expected behavior
No changes are shown when planing
Additional context
When creating the same robot account directly with version 3.10.19, no change is shown when doing a plan and everything seems to be fine.
This could be related to the handling of effect which was changed in #494.
Another way to get rid of the changes in the plan seems to be to explicitly set effect = "allow".
Provider Version 3.10.19
OpenTofu Version 1.9.0
Harbor Version 2.11.2
The text was updated successfully, but these errors were encountered:
Describe the bug
When planing, a change is always shown for
harbor_robot_account
resource.To Reproduce
harbor_robot_account
with provider version 3.10.18 (or lower)Applying the changes and doing a planing again will show the same changes again.
I tested with this configuration:
The plan looks like this:
Expected behavior
No changes are shown when planing
Additional context
When creating the same robot account directly with version 3.10.19, no change is shown when doing a plan and everything seems to be fine.
This could be related to the handling of
effect
which was changed in #494.Another way to get rid of the changes in the plan seems to be to explicitly set
effect = "allow"
.The text was updated successfully, but these errors were encountered: