Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 11, 2021
1 parent 40b8251 commit 918f754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam-general-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ locals {
"description" = v["description"]
"policy" = v["policy"]
"create_policy" = v["create_policy"]
"policy_arn" = aws_iam_polic.general[k]
"policy_arn" = aws_iam_policy.general[k]
}
}
}
Expand Down

0 comments on commit 918f754

Please sign in to comment.