You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Would it be possible to add containers variable to the list of inputs for this module?
variable "containers" {
type = list(any)
description = "Container definitions to use for the task. If this is used, all other container options will be ignored."
default = []
}
I would like to be able pass in multiple container to the task definitions module.
The text was updated successfully, but these errors were encountered:
Hi! Would it be possible to add
containers
variable to the list of inputs for this module?I would like to be able pass in multiple container to the task definitions module.
The text was updated successfully, but these errors were encountered: