mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
docs: publish minor fixes (#1220)
This commit is contained in:
parent
aae326d430
commit
420fecb986
2 changed files with 4 additions and 1 deletions
|
@ -258,4 +258,7 @@ cd constellation-iam-terraform
|
|||
# Destroy the IAM configuration via Terraform
|
||||
terraform destroy
|
||||
# Confirm deletion by typing "yes"
|
||||
# Remove the Terraform state directory
|
||||
cd ..
|
||||
rm -rf constellation-iam-terraform
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Terminate your cluster
|
||||
|
||||
You can terminate your cluster using the CLI. For this, you need the Terraform state file named `terraform.tfstate` in the current directory.
|
||||
You can terminate your cluster using the CLI. For this, you need the Terraform state directory named `constellation-terraform` in the current directory.
|
||||
|
||||
:::danger
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue