docs: remove constellation-state.json

This commit is contained in:
Leonard Cohnen 2022-11-07 16:49:59 +01:00 committed by 3u13r
parent 152978045c
commit f09ce515e2
3 changed files with 5 additions and 7 deletions

View file

@ -57,7 +57,7 @@ constellation create --control-plane-nodes 1 --worker-nodes 2
For details on the flags, consult the command help via `constellation create -h`.
*create* stores your cluster's configuration to a file named [`constellation-state.json`](../architecture/orchestration.md#installation-process) in your current directory.
*create* stores your cluster's state into a [`terraform.tfstate`](../architecture/orchestration.md#installation-process) file in your current directory.
## The *init* step

View file

@ -1,6 +1,6 @@
# Terminate your cluster
You can terminate your cluster using the CLI. For this, you need the state file of your running cluster named `constellation-state.json` in the current directory.
You can terminate your cluster using the CLI. For this, you need the Terraform state file named `terraform.tfstate` in the current directory.
:::danger