mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd ..
|
|
terraform -chdir="contrib/terraform/$PROVIDER" destroy -auto-approve
|