hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.75k stars 9.1k forks source link

Deleting previous task definition revisions #39346

Open mkm29 opened 3 days ago

mkm29 commented 3 days ago

Description

Hi, whenever we deploy a new task definition (image tag change) the previous task definition revisions appear to get deleted. Is there something that I am missing as this does not appear to be expected behavior from ECS. Thanks!

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 3 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

mkm29 commented 3 days ago

Nevermind I think someone on my team completed destroyed the cluster and that removed the task revisions. Is there a way to preserve these even when someone deletes the stack?