mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# To run script: ./deleteTeardown.sh
|
|
|
|
cd qa/tf/perf/delete
|
|
export TF_IN_AUTOMATION=1
|
|
terraform destroy -auto-approve
|