added stop scripts and comments in terraform example

This commit is contained in:
Sebastian Rieger
2021-05-08 20:08:19 +02:00
parent 4c2993182d
commit d43d1b3995
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
# let terraform remove the resources specified in .tf file in same directory
./terraform destroy
# you can also use "terraform destroy -auto-approve" to prevent terraform from asking back whether it should proceed