Skip to content

Commit

Permalink
minor fixes based on local rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Aug 28, 2024
1 parent a141a47 commit c943c0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/compute-cf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Outputs:

{{ name }}JobQueueArn:
Value: !Ref {{ name }}JobQueue

{% endfor %}

TaskRoleArn:
Expand Down
2 changes: 1 addition & 1 deletion apps/scale-cluster/scale-cluster-cf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Resources:
{{ name }}LogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Sub {{ "/aws/lambda/${" + name + "Lambda}" }}
LogGroupName: !Sub "{{ '/aws/lambda/${' + name + 'Lambda}' }}"
RetentionInDays: 90

{{ name }}Lambda:
Expand Down

0 comments on commit c943c0c

Please sign in to comment.