1.4 Destroy Stack
Let's destroy this insecure app as we'll now build security ground up
๐ช Terraform Destroyโ
- In the terminal fire the below commands
cd ~/playground/infra
export AWS_PROFILE=admin
terraform destroy --auto-approve
โ Deleting Chapter 1โ
- Its extremely important that we get rid of all the files in the
playground
as we'll be bootstrapping security from ground up
cd ~
find ~/playground -mindepth 1 -delete
End of Chapter 1
That completes the Chapter 1, before you move to Chapter 2