We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea295fc commit 5eaa93aCopy full SHA for 5eaa93a
variables.tf
@@ -340,7 +340,7 @@ variable "working_directory" {
340
# AWS ECS Task Definition Variables
341
#------------------------------------------------------------------------------
342
variable "containers" {
343
- type = list(any)
+ type = any
344
description = "Container definitions to use for the task. If this is used, all other container options will be ignored."
345
default = []
346
}
0 commit comments