You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The seqerakit integration allows one to provision a brand new AWS Batch CE (via TowerForge) as part of the terraform apply process. While this is very handy from a stand-up process, it can result in orphan resources in the AWS Account in the event that a user invokes a terraform destroy action prior to cleaning up resources inside Tower (due to Tower controlling the state of these objects rather than TF).
The make destroy command should be enhanced to loop through all TowerForge-generated CEs in the implementation, and destroy them, prior to invoking the terraform destroy command.
The text was updated successfully, but these errors were encountered:
@schaluva - this could be a good ticket for you to run with: solves a genuine problem, the project already has most of the infrastructure necessary to implement this extension, and it gives you a chance to play with the Tower APIs.
Depending how your testing goes today, we can align this afternoon / early next week.
gwright99
changed the title
[ Enhancement ] Add mechanism to teardown TowerForge-generated environments prior to terraform destroy
[ Enhancement ] Add mechanism to tear down TowerForge-generated environments prior to terraform destroyJul 5, 2024
The seqerakit integration allows one to provision a brand new AWS Batch CE (via TowerForge) as part of the
terraform apply
process. While this is very handy from a stand-up process, it can result in orphan resources in the AWS Account in the event that a user invokes aterraform destroy
action prior to cleaning up resources inside Tower (due to Tower controlling the state of these objects rather than TF).The
make destroy
command should be enhanced to loop through all TowerForge-generated CEs in the implementation, and destroy them, prior to invoking theterraform destroy
command.The text was updated successfully, but these errors were encountered: