Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 17, 2021
1 parent 6fff8aa commit 4f1c62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ resource "aws_iam_role" "role" {
for_each = var.inline_policies
iterator = p
content {
name = p.name
policy = p.policy
name = p.value.name
policy = p.value.policy
}
}

Expand Down

0 comments on commit 4f1c62d

Please sign in to comment.