pulumi / pulumi-cloud

A highly productive multi-cloud framework for containers, serverless, and data
Apache License 2.0
133 stars 19 forks source link

Allow inputs for CPU and Memory math for ECS Service #802

Closed leezen closed 2 years ago

leezen commented 2 years ago

The build is currently broken as a result of changes (https://github.com/pulumi/pulumi-aws/pull/1054) to the most recent release of pulumi-aws which includes the option to pass in Input for container defintion. While technically a breaking change (because of issues like this), we did not expect anyone to do math on the type itself. Hopefully there are few cases like that in the wild. This PR updates the behavior to allow for the CPU and Memory values to be Input for computing the correct sizing.