Browse Source
docs(terraform): update command for destroying infrastructure in README (#12111)
pull/12114/head
Farshad Asadpour
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
contrib/terraform/hetzner/README.md
|
|
@ -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 |
|
|
|