Skip to content

Commit

Permalink
Update docs/docs/workflows/terraform-module.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Tendyck <[email protected]>
  • Loading branch information
elchead and thomasten authored Nov 16, 2023
1 parent 257ade0 commit 1b0eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/workflows/terraform-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

:::
Expand Down

0 comments on commit 1b0eedb

Please sign in to comment.