mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-28 16:07:21 -04:00
docs: remove constellation-state.json
This commit is contained in:
parent
152978045c
commit
f09ce515e2
3 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue