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`: