Skip to content

Commit 5bb3ad5

Browse files
committed
Update ecs-fargate-sidecar.json: fix hardcoded region
1 parent eeb24d9 commit 5bb3ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ecs/aws-cloudwatch/ecs-fargate-sidecar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"logDriver": "awslogs",
7171
"options": {
7272
"awslogs-create-group": "True",
73-
"awslogs-region": "us-west-2",
73+
"awslogs-region": "{{region}}",
7474
"awslogs-stream-prefix": "ecs",
7575
"awslogs-group": "/ecs/statsd-emitter"
7676
}

0 commit comments

Comments
 (0)