Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add containers variable to the input list #54

Closed
akaiypova opened this issue Jul 7, 2022 · 1 comment
Closed

add containers variable to the input list #54

akaiypova opened this issue Jul 7, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@akaiypova
Copy link

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
Copy link
Contributor

See #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants