From 75e292e1bd1e723a8a826d11e9119b521a9de02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Thu, 3 Oct 2024 14:47:10 -0400 Subject: [PATCH] Fix eyaml key docs --- docs/README.md | 4 ++-- docs/terraform_cloud.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0b4b3af9..b9e2d581 100644 --- a/docs/README.md +++ b/docs/README.md @@ -678,7 +678,7 @@ randomly generated one. **Requirement**: Minimum length **8 characters**. The password can be provided in a PKCS7 encrypted form. Refer to sub-section -[4.14 eyaml_key](#414-eyaml_private-optional) +[4.15 eyaml_key](#415-eyaml_key-optional) for instructions on how to encrypt the password. **Post build modification effect**: trigger scp of hieradata files at next `terraform apply`. @@ -776,7 +776,7 @@ For more information on hieradata, refer to section [4.13 hieradata (optional)]( Each instance's Puppet agent will be reloaded following the copy of the hieradata files. -### 4.15 eyaml_private (optional) +### 4.15 eyaml_key (optional) **default value**: empty string diff --git a/docs/terraform_cloud.md b/docs/terraform_cloud.md index 403bf268..d54a322f 100644 --- a/docs/terraform_cloud.md +++ b/docs/terraform_cloud.md @@ -269,7 +269,7 @@ To enable this feature: Complete the file by replacing ` ` with the token generated at step 1 and `` (i.e.: `ws-...`) by the id of the workspace created at step 2. It is recommended to encrypt the TFE API token before committing `data.yaml` in git. Refer - to section [4.14 of README.md](./README.md#414-eyaml_private-optional) to + to section [4.15 of README.md](./README.md#415-eyaml_key-optional) to know how to encrypt the token. 6. Add `data.yaml` in git and push. 7. Modify `main.tf`: