terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Add containerPortRange definition support for tasks
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes β : please list the AWS provider version which introduced this functionality
- 5.x.x
Is your request related to a problem? Please describe.
Provide a task definition with the containerPortRange property.
Describe the solution you'd like.
Update the outdated aws provider to version 5.x is the easiest solution.
Describe alternatives you've considered.
β
Additional context
Sometimes tasks require port range definition instead of a single one, the current version of the module doesn't support such a scenario.