Skip to content

Commit

Permalink
Update kms_policy.json.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
easyawslearn authored Jul 31, 2022
1 parent e0575f0 commit 8a7e932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms_policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"Sid": "Enable IAM User Permissions",
"Effect": "Allow",
"Principal": {"AWS": "arn:aws:iam::${account_id}:root"},{"Service": "logs.us-east-1.amazonaws.com"},
"Principal": {"AWS": "arn:aws:iam::${account_id}:root","Service": "logs.us-east-1.amazonaws.com"},
"Action": "kms:*",
"Resource": "*"
}
Expand Down

0 comments on commit 8a7e932

Please sign in to comment.