Skip to content

feat: Add option to ignore container_definitions changes to ECS task definition#398

Open
dhoppe wants to merge 3 commits intoterraform-aws-modules:masterfrom
dhoppe:ignore_container_definition_changes
Open

feat: Add option to ignore container_definitions changes to ECS task definition#398
dhoppe wants to merge 3 commits intoterraform-aws-modules:masterfrom
dhoppe:ignore_container_definition_changes

Conversation

@dhoppe
Copy link

@dhoppe dhoppe commented Feb 17, 2026

Description

Extend the meta-argument lifecycle to ignore changes related to container_definitions.

Motivation and Context

In some situations where Team A manages the AWS infrastructure and Team B manages the deployments of AWS ECS services, we might end up in situations where the tag of a Docker image is not up to date and Terraform should not do a rollback.

Breaking Changes

No.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

For some reason the pre-commit hook terraform_docs failed with exit code: 1.

Edit: I was able to solve the pre-commit issue. @antonbabenko, @bryantbiggs It would be great to get this merged.

@dhoppe dhoppe force-pushed the ignore_container_definition_changes branch from 97cf8ab to 8541ccc Compare February 28, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant