facts: mention prompt_value in docs for generator.scripts #1703

Merged
clan-bot merged 1 commits from DavHau/clan-core:DavHau-facts-docs into main 2024-07-04 06:03:34 +00:00

View File

@ -106,8 +106,9 @@
description = '' description = ''
Shell script snippet to generate the secrets and facts. Shell script snippet to generate the secrets and facts.
The script has access to the following environment variables: The script has access to the following environment variables:
- facts: path to a directory where facts can be stored - prompt_value: prompted value in case a prompt was defined
- secrets: path to a directory where secrets can be stored - facts: path to a directory where facts can be stored
- secrets: path to a directory where secrets can be stored
The script is expected to generate all secrets and facts defined for this service. The script is expected to generate all secrets and facts defined for this service.
''; '';
}; };