Skip to content

Commit 5eaa93a

Browse files
authored
Change containers variable type
1 parent ea295fc commit 5eaa93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ variable "working_directory" {
340340
# AWS ECS Task Definition Variables
341341
#------------------------------------------------------------------------------
342342
variable "containers" {
343-
type = list(any)
343+
type = any
344344
description = "Container definitions to use for the task. If this is used, all other container options will be ignored."
345345
default = []
346346
}

0 commit comments

Comments
 (0)