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