Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jun 27, 2020
1 parent 202dba1 commit cd263d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_ecs_cluster" "this" {
name = var.name
setting = {
name = "containerInsights"
value = var.create_ecs ? "enabled" : "disabled"
value = var.container_insights ? "enabled" : "disabled"
}

tags = var.tags
Expand Down

0 comments on commit cd263d7

Please sign in to comment.