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