Skip to content

Commit 23d3ff0

Browse files
committed
refactor(examples/complete): enable containerInsights on ecs cluster
1 parent 1ddbdd9 commit 23d3ff0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/complete/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ module "ecs" {
3333
source = "../../"
3434

3535
cluster_name = local.cluster_name
36+
37+
setting = [
38+
{
39+
name = "containerInsights"
40+
value = "enabled"
41+
}
42+
]
3643
}
3744

3845
################################################################################

0 commit comments

Comments
 (0)