Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 05d4805

Browse files
committed
Add missing Cloudformation Sub function
1 parent a3f1070 commit 05d4805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/gwfcore/gwfcore-batch.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Resources:
262262
ContainerInstanceLogGroup:
263263
Type: AWS::Logs::LogGroup
264264
Properties:
265-
LogGroupName: "/aws/ecs/container-instance/${Namespace}"
265+
LogGroupName: !Sub "/aws/ecs/container-instance/${Namespace}"
266266
RetentionInDays: 7
267267

268268
Outputs:

0 commit comments

Comments
 (0)