Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify cloudwatch log groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Feb 23, 2024
1 parent 6cb4e3c commit eb4a95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/royals/task-definition.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "ecs/kafa-staging-api",
"awslogs-group": "ecs/skku-royals-api",
"awslogs-region": "${cloudwatch_region}",
"awslogs-stream-prefix": "ecs"
}
Expand Down

0 comments on commit eb4a95a

Please sign in to comment.