Skip to content

Commit 5e7f145

Browse files
committed
Removing new lines
1 parent 069d87f commit 5e7f145

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/runners/policies/lambda-scale-down.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,15 @@
4848
"${github_app_key_base64_arn}",
4949
"${github_app_id_arn}"
5050
]
51-
%{ if kms_key_arn != "" ~
52-
}
51+
%{ if kms_key_arn != "" ~}
5352
},
5453
{
5554
"Effect": "Allow",
5655
"Action": [
5756
"kms:Decrypt"
5857
],
5958
"Resource": "${kms_key_arn}"
60-
%{ endif ~
61-
}
59+
%{ endif ~}
6260
}
6361
]
6462
}

0 commit comments

Comments
 (0)