Skip to content

Commit

Permalink
Revert "fix: add iam:CreatePolicy" (#20)
Browse files Browse the repository at this point in the history
Revert "fix: add iam:CreatePolicy (#19)"

This reverts commit 23f5114.
  • Loading branch information
gengmao authored May 18, 2023
1 parent 23f5114 commit 8532339
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/aws/files/bootstrap_role_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
"iam:TagRole",
"iam:TagInstanceProfile",
"iam:TagOpenIDConnectProvider",
"iam:CreatePolicy",
"iam:DeletePolicy",
"iam:DeletePolicyVersion"
],
Expand Down
1 change: 0 additions & 1 deletion modules/aws/files/permission_boundary_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"Sid": "IamRestrictions",
"Effect": "Allow",
"Action": [
"iam:CreatePolicy",
"iam:AddRoleToInstanceProfile",
"iam:CreateOpenIDConnectProvider",
"iam:CreateServiceLinkedRole",
Expand Down

0 comments on commit 8532339

Please sign in to comment.