Skip to content

Commit 5069ae6

Browse files
author
iru
committed
docs: optionall to use containerInsight on the ECS cluster
1 parent 036ed08 commit 5069ae6

File tree

1 file changed

+4
-0
lines changed
  • modules/infrastructure/ecs-vpc

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
resource "aws_ecs_cluster" "ecs_cluster" {
22
name = var.name
33
tags = var.tags
4+
# setting {
5+
# name = "containerInsights"
6+
# value = "enabled"
7+
# }
48
}

0 commit comments

Comments
 (0)