diff --git a/docs/docs/getting-started/first-steps.md b/docs/docs/getting-started/first-steps.md index 7e15a2cc9..1b8f29415 100644 --- a/docs/docs/getting-started/first-steps.md +++ b/docs/docs/getting-started/first-steps.md @@ -264,10 +264,22 @@ This should give the following output: ```shell-session $ constellation terminate +You are about to terminate a Constellation cluster. +All of its associated resources will be DESTROYED. +This includes any other Terraform workspace in the current directory. +This action is irreversible and ALL DATA WILL BE LOST. +Do you want to continue? [y/n]: +``` + +After confirming with either "y" or "yes", the cluster will be terminated : + +```shell-session Terminating ... Your Constellation cluster was terminated successfully. ``` +For automation purposes, you can skip the prompt by passing `--yes` as a flag to `constellation terminate`. + :::tip On Azure, if you have used the `az` script, you can keep the prerequisite resources and reuse them for a new cluster.