Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Apr 22, 2024
1 parent 6caaa0a commit d2d2551
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ resource "aws_ecs_cluster" "this" {
name = "containerInsights"
value = var.enable_container_insights
}

configuration {
execute_command_configuration {
logging = "DEFAULT"
}
}
}

0 comments on commit d2d2551

Please sign in to comment.