docs(terraform): update command for destroying infrastructure in README (#12111)

This commit is contained in:
Farshad Asadpour
2025-04-08 12:46:39 +03:30
committed by GitHub
parent 5a6ef1dafa
commit 45ecceb3e1

View File

@@ -102,7 +102,8 @@ Please read the instructions in both repos on how to install it.
You can teardown your infrastructure using the following Terraform command:
```bash
terraform destroy --var-file default.tfvars ../../contrib/terraform/hetzner
cd ./kubespray
terraform -chdir=./contrib/terraform/hetzner/ destroy --var-file=../../../inventory/$CLUSTER/default.tfvars
```
## Variables