Skip to content

Commit

Permalink
Fix log group tag
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 24, 2024
1 parent 2158d21 commit b577569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Resources:
- { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: Dovetail }
- { Key: prx:dev:family, Value: Dovetail }
- { Key: prx:dev:application, Value: Play }
WebTaskDefinition:
Type: AWS::ECS::TaskDefinition
Expand Down

0 comments on commit b577569

Please sign in to comment.