cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 57 forks source link

add containers variable to the input list #54

Closed akaiypova closed 11 months ago

akaiypova commented 2 years ago

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.

JaredDarling commented 11 months ago

See #107