Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored and Ilia Lazebnik committed Sep 8, 2019
1 parent 2fe805d commit 08e2a28
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 08e2a28

Please sign in to comment.