We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff70d5 commit 60b5f41Copy full SHA for 60b5f41
src/main/resources/templates/global/rds-snapshot-encryption-key.json.vpt
@@ -48,7 +48,7 @@
48
{
49
"Sid": "Allow use of the key",
50
"Effect": "Allow",
51
- "Principal": { "AWS": { "Fn::Sub": "arn:aws:iam::766808016710:root" } },
+ "Principal": { "AWS": { "arn:aws:iam::766808016710:root" },
52
"Action": [
53
"kms:Decrypt",
54
"kms:DescribeKey"
@@ -58,7 +58,7 @@
58
59
"Sid": "Allow attachment of persistent resources",
60
61
+ "Principal": { "AWS": { arn:aws:iam::766808016710:root" },
62
63
"kms:CreateGrant",
64
"kms:ListGrants",
0 commit comments