terraform-aws-ecs
terraform-aws-ecs copied to clipboard
feat: Add version consistency support in container definition
Description
Since November 2024, AWS has added the software version consistency option
https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-ecs-configure-software-version-consistency/
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html#deployment-container-image-stability
Motivation and Context
To be able to disable version consistency
Breaking Changes
None. The default value is "enabled" as described in the doc: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#ContainerDefinition-versionconsistency
How Has This Been Tested?
Tested in a private project (cannot share here)
this will need to go into #217
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
This issue has been resolved in version 6.0.0 :tada:
I'm going to lock this pull request because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.