Skip to content

Commit

Permalink
added comma that i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrummerboy09 committed May 5, 2021
1 parent 83a3614 commit cc9386d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ data "aws_iam_policy_document" "combined_policy_block" {
# These actions do not operate in a specific region, or only run in
# a single region, so we don't want to try restricting them by region.
not_actions = [
"access-analyzer:*"
"access-analyzer:*",
"iam:*",
"organizations:*",
"route53:*",
Expand Down

0 comments on commit cc9386d

Please sign in to comment.