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