Skip to content

Commit

Permalink
Fixing error with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed May 1, 2020
1 parent 35eb94c commit 9e66667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 9e66667

Please sign in to comment.