Skip to content

Commit

Permalink
fix: fix typo (#64)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jung-kim authored Jan 24, 2024
1 parent a1c1aee commit fbafeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/files/permission_boundary_iam_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"iam:PutRolePermissionsBoundary",
"iam:RemoveRoleFromInstanceProfile",
"iam:SetDefaultPolicyVersion",
"iam:Tag*"
"iam:Tag*",
"iam:Untag*",
"iam:UpdateAssumeRolePolicy",
"iam:UpdateOpenIDConnectProviderThumbprint",
Expand Down

0 comments on commit fbafeb2

Please sign in to comment.