updated terraform examples
This commit is contained in:
6
terraform/lab4-scale-out-lb/stop-terraform.sh
Normal file
6
terraform/lab4-scale-out-lb/stop-terraform.sh
Normal 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
|
Reference in New Issue
Block a user