Skip to content

Commit

Permalink
fix: disable unused container insights (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jul 16, 2024
1 parent 165d1a4 commit 7ea5d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ resource "aws_ecs_cluster" "app_cluster" {
}
}

# Disabling because metrics not used currently
setting {
name = "containerInsights"
value = "enabled"
value = "disabled"
}
}

Expand Down

0 comments on commit 7ea5d6a

Please sign in to comment.