We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036ed08 commit 5069ae6Copy full SHA for 5069ae6
modules/infrastructure/ecs-vpc/main.tf
@@ -1,4 +1,8 @@
1
resource "aws_ecs_cluster" "ecs_cluster" {
2
name = var.name
3
tags = var.tags
4
+ # setting {
5
+ # name = "containerInsights"
6
+ # value = "enabled"
7
+ # }
8
}
0 commit comments