Skip to content

Commit

Permalink
fix task definition log configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Keimille committed Jul 16, 2024
1 parent 29ceb36 commit 26711d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adot_ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ resource "aws_ecs_task_definition" "this" {
options = {
"awslogs-group" = aws_cloudwatch_log_group.this[0].name
"awslogs-region" = var.region
"awslogs-stream" = aws_cloudwatch_log_stream.this[0].name
"awslogs-stream-prefix" = "ecs"
"awslogs-stream-prefix" = aws_cloudwatch_log_stream.this[0].name
}
}
portMappings = [
Expand Down

0 comments on commit 26711d2

Please sign in to comment.