mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
docs(terraform): update command for destroying infrastructure in README (#12111)
This commit is contained in:
@@ -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:
|
You can teardown your infrastructure using the following Terraform command:
|
||||||
|
|
||||||
```bash
|
```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
|
## Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user