Skip to content

Commit

Permalink
Merge pull request #142 from uktrade/feat/enable-container-insights-n…
Browse files Browse the repository at this point in the history
…otebooks-cluster

feat: enable container insights on notebooks cluster
  • Loading branch information
michalc authored Sep 26, 2024
2 parents 3d461f0 + d6246b5 commit a95af5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/ecs_notebooks.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
resource "aws_ecs_cluster" "notebooks" {
name = "${var.prefix}-notebooks"

setting {
name = "containerInsights"
value = "enabled"
}
}

0 comments on commit a95af5c

Please sign in to comment.