terraform-aws-ecs icon indicating copy to clipboard operation
terraform-aws-ecs copied to clipboard

Add containerPortRange definition support for tasks

Open vdanyliv opened this issue 4 months ago β€’ 0 comments

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.

vdanyliv avatar Oct 07 '24 19:10 vdanyliv