Skip to content

Commit

Permalink
Change containers variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Apr 20, 2023
1 parent ea295fc commit 5eaa93a
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 @@ -340,7 +340,7 @@ variable "working_directory" {
# AWS ECS Task Definition Variables
#------------------------------------------------------------------------------
variable "containers" {
type = list(any)
type = any
description = "Container definitions to use for the task. If this is used, all other container options will be ignored."
default = []
}
Expand Down

0 comments on commit 5eaa93a

Please sign in to comment.