mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
docs: publish minor fixes (#1220)
This commit is contained in:
parent
aae326d430
commit
420fecb986
@ -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…
Reference in New Issue
Block a user