Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 421 Bytes

File metadata and controls

29 lines (23 loc) · 421 Bytes

Tear down

In order to tear down all created resources, you have to go back to the folders in reverse order:

$ cd 03_Web_Servers_LBaaS
$ terraform destroy
[...]
$ cd 02_Bastion
$ terraform destroy
[...]
$ cd 01_Router_Networking
$ terraform destroy
[...]
$ cd 00_Start_here
$ terraform destroy
[...]

Don't forget to remove the private key from your ssh-agent!