Skip to content

Commit

Permalink
Fix map mismatch (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvlc authored Sep 12, 2022
1 parent 4376e24 commit 5c8a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/permission-sets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ locals {
]
])
customer_managed_policy_attachments_map = {
for policy in local.managed_policy_attachments : "${policy.policy_set}.${policy.policy_path}${policy.policy_name}" => policy
for policy in local.customer_managed_policy_attachments : "${policy.policy_set}.${policy.policy_path}${policy.policy_name}" => policy
}
}

0 comments on commit 5c8a95d

Please sign in to comment.