CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

Allow variable interpolation in overrides #161

Closed jeffreymlewis closed 2 years ago

jeffreymlewis commented 2 years ago

Fixed #160

Add an eval of the ECS_PARAM_OVERRIDES environment variable, allowing variable interpolation in the overrides parameter of the run-task command.

jeffreymlewis commented 2 years ago

I think this is pretty straight forward, and opened https://github.com/CircleCI-Public/aws-ecs-orb/pull/161 to fix. Should be a non-breaking change.

brivu commented 2 years ago

I'm closing this since it's fixed in #165