From 9e666675d4ef236b82c963517b86a8b97d92d4b2 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 1 May 2020 17:47:36 +0100 Subject: [PATCH] Fixing error with variables --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index e785df3..1d5ab90 100644 --- a/variables.tf +++ b/variables.tf @@ -302,7 +302,7 @@ variable "working_directory" { # --------------------------------------------------------------------------------------------------------------------- # AWS ECS Task Definition Variables # --------------------------------------------------------------------------------------------------------------------- -variable "placement_constraints" { +variable "placement_constraints_task_definition" { description = "(Optional) A set of placement constraints rules that are taken into consideration during task placement. Maximum number of placement_constraints is 10. This is a list of maps, where each map should contain \"type\" and \"expression\"" type = list default = []