Skip to content

Commit

Permalink
Fix eyaml key docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 3, 2024
1 parent 8e6aee9 commit 75e292e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ To enable this feature:
Complete the file by replacing `<TFE API TOKEN> ` with the token generated at step 1
and `<TFE workspace id>` (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`:
Expand Down

0 comments on commit 75e292e

Please sign in to comment.