We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0575f0 commit 8a7e932Copy full SHA for 8a7e932
kms_policy.json.tpl
@@ -5,7 +5,7 @@
5
{
6
"Sid": "Enable IAM User Permissions",
7
"Effect": "Allow",
8
- "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"},
9
"Action": "kms:*",
10
"Resource": "*"
11
}
0 commit comments