mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
7 lines
156 B
Bash
Executable file
7 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# To run script: ./teardownBackupRestoreGauntlet.sh
|
|
|
|
cd qa/tf/gauntlet/backuprestore
|
|
export TF_IN_AUTOMATION=1
|
|
terraform destroy -auto-approve
|