pulumi / pulumi-awsx

AWS infrastructure best practices in component form!
https://www.pulumi.com/docs/guides/crosswalk/aws/
Apache License 2.0
227 stars 104 forks source link

Bump @pulumi/aws to at least v6.42.1 to fix ECS task def diff issue #1347

Closed smsunarto closed 3 months ago

smsunarto commented 3 months ago

What happened?

Prior to @pulumi/aws@v6.42.1 there is an upstream issue that is causing ECS task definition to be stuck in a permanent diff state due to normalization issue. This issue have been resolved in v6.42.1 and AWSx should be bump to resolve this.

Example

See https://github.com/pulumi/pulumi-aws/issues/1738

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

t0yv0 commented 3 months ago

Thanks @smsunarto excellent point.