Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 20, 2022
1 parent 2b0b7cc commit 66e62f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/dice-mojo-new/tf-run.destroy.data
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 66e62f2

Please sign in to comment.