Closed Mr0grog closed 1 year ago
This needs to recreated the lifecycle policies (which did get successfully deleted), but correctly knows this means no changes to the repositories themselves.
I've added another commit to use force_delete, which I think will prep the repositories to delete correctly in the next PR.
Part of #1550.
1581 did not succeed because the ECR repositories are not empty. I think we need. to set
force_delete
on them, then delete them. But first we'll see if restoring the configuration is going to cause Terraform to try and recreate them, or if it just puts things back into a good state.If it causes Terraform to try and recreate them, I'll close this and just delete them manually.