Skip to content

Commit 8a7e932

Browse files
authored
Update kms_policy.json.tpl
1 parent e0575f0 commit 8a7e932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms_policy.json.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"Sid": "Enable IAM User Permissions",
77
"Effect": "Allow",
8-
"Principal": {"AWS": "arn:aws:iam::${account_id}:root"},{"Service": "logs.us-east-1.amazonaws.com"},
8+
"Principal": {"AWS": "arn:aws:iam::${account_id}:root","Service": "logs.us-east-1.amazonaws.com"},
99
"Action": "kms:*",
1010
"Resource": "*"
1111
}

0 commit comments

Comments
 (0)