mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-05 20:26:37 +02:00
docs(terraform): update command for destroying infrastructure in README (#12111)
This commit is contained in:
parent
5a6ef1dafa
commit
45ecceb3e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user