Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 26, 2022
1 parent 077a9ef commit 91b50c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-state/group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ resource "aws_iam_group_policy_attachment" "terraform" {


data "aws_iam_policy" "managed_policies" {
for_each = toset(local.group_managed_policies)
for_each = toset(local.group_managed_policies_names)
name = each.key
}

0 comments on commit 91b50c9

Please sign in to comment.