Skip to content

Commit 60b5f41

Browse files
committed
These 2 don't need substitution...
1 parent 8ff70d5 commit 60b5f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/global/rds-snapshot-encryption-key.json.vpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{
4949
"Sid": "Allow use of the key",
5050
"Effect": "Allow",
51-
"Principal": { "AWS": { "Fn::Sub": "arn:aws:iam::766808016710:root" } },
51+
"Principal": { "AWS": { "arn:aws:iam::766808016710:root" },
5252
"Action": [
5353
"kms:Decrypt",
5454
"kms:DescribeKey"
@@ -58,7 +58,7 @@
5858
{
5959
"Sid": "Allow attachment of persistent resources",
6060
"Effect": "Allow",
61-
"Principal": { "AWS": { "Fn::Sub": "arn:aws:iam::766808016710:root" } },
61+
"Principal": { "AWS": { arn:aws:iam::766808016710:root" },
6262
"Action": [
6363
"kms:CreateGrant",
6464
"kms:ListGrants",

0 commit comments

Comments
 (0)