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
After the last update to this module, it stops working with this error:
│ Error: Duplicate local value definition
│
│ on main.tf line 2, in locals:
│ 2: enabled = module.this.enabled
│
│ A local value named "enabled" was already defined at
│ github-actions-iam-policy.tf:2,3-50. Local value names must be unique
│ within a module.
@AleksandrMatveev I think this bug relates mostly to the mixin.
Unfortunately, we do not have mixins migrated to a new repo in the org.
So for now let's keep the issue opened.
Describe the Bug
We use github-actions-iam-policy mixin.
After the last update to this module, it stops working with this error:
Steps to Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: