5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd ..
|
|
terraform -chdir="contrib/terraform/$PROVIDER" destroy -auto-approve
|