diff --git a/examples/dice-mojo-new/tf-run.destroy.data b/examples/dice-mojo-new/tf-run.destroy.data index a97e223..10ca1e1 100644 --- a/examples/dice-mojo-new/tf-run.destroy.data +++ b/examples/dice-mojo-new/tf-run.destroy.data @@ -1,4 +1,4 @@ -VERSION 1.1.2 +VERSION 1.1.3 COMMAND tf-init COMMAND tf-state list aws_lb_listener.app_443 aws_lb_listener.app_80_redirect @@ -8,10 +8,15 @@ COMMENT To remove the LB, we have to disable the delete protection. COMMAND tf-apply -target=aws_lb.app -var enable_deletion_protection=false ALL +COMMAND tf-state list +COMMENT Make sure everything is destroyed before handling the rest of these steps. They are not automated. Verify that the previous command did not list any resources before continuing. +STOP After verification, continue with %%NEXT%% to see the steps to be performed. + COMMENT Contact TCO to revoke the certificate issued to this LB. COMMENT We need to remove the TLS key from git-secret, remove the links, and move this directory COMMENT to the ../ATTIC/ directory. Here are the commands. Fill in your own message, and DIRECTORY COMMENT is the this directory. Once done, do a commit, push, and PR for the complete removal. + COMMENT git-secret remove certs/*.key COMMENT rm $(find -maxdepth 1 -type l -print) COMMENT test -d ../ATTIC || mkdir ../ATTIC