usdigitalresponse / univaf

An API hosted by USDR for recording and querying vaccine appointment availability.
https://getmyvax.org/
Apache License 2.0
7 stars 2 forks source link

Shutdown: Prep ECR for deletion #1583

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

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.

Mr0grog commented 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.

Mr0grog commented 1 year ago

Part of #1550.