Skip to content

Commit cd263d7

Browse files
committed
fix variable
1 parent 202dba1 commit cd263d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_ecs_cluster" "this" {
44
name = var.name
55
setting = {
66
name = "containerInsights"
7-
value = var.create_ecs ? "enabled" : "disabled"
7+
value = var.container_insights ? "enabled" : "disabled"
88
}
99

1010
tags = var.tags

0 commit comments

Comments
 (0)