docs: publish minor fixes (#1220)

This commit is contained in:
Thomas Tendyck 2023-03-03 16:45:00 +01:00 committed by GitHub
parent aae326d430
commit 420fecb986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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
```

View File

@ -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