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 deb7c87 commit f7eca16
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 @@ -9,7 +9,7 @@ resource "aws_iam_group" "terraform" {
}

resource "aws_iam_group_policy_attachment" "this" {
for_each = toset(ocal.group_policies)
for_each = toset(local.group_policies)
group = aws_iam_group.terraform.name
policy_arn = each.key
}

0 comments on commit f7eca16

Please sign in to comment.