From 1b0eedb9726ca8ccaedfe77fdfb226da8e251e51 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Thu, 16 Nov 2023 16:20:48 +0100 Subject: [PATCH] Update docs/docs/workflows/terraform-module.md Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> --- docs/docs/workflows/terraform-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/workflows/terraform-module.md b/docs/docs/workflows/terraform-module.md index 5208e8ce94..6a141da045 100644 --- a/docs/docs/workflows/terraform-module.md +++ b/docs/docs/workflows/terraform-module.md @@ -12,7 +12,7 @@ This allows to upgrade the cluster to a newer Constellation version by simply up :::caution -The current module still relies on the Constellation CLI. Consequently, `terraform apply` creates files such as `constellation.conf.yaml`, `constellation-state.yaml` , `constellation-admin.conf`, `constellation-mastersecret.json` and a directory `constellation-terraform"` containing backups. Make sure to check in these files in your version control when using GitOps. +In the current release of the module, `terraform apply` creates files such as `constellation-conf.yaml`, `constellation-state.yaml` , `constellation-admin.conf`, `constellation-mastersecret.json`, and a directory `constellation-terraform"` containing backups. Make sure to check in these files in your version control when using GitOps. The resources are deleted on `terraform destroy`. :::