1
0
forked from clan/clan-core

facts: mention prompt_value in docs for generator.scripts

This commit is contained in:
DavHau 2024-07-04 12:59:49 +07:00
parent 3eb445cd0e
commit a31e70b2ec

View File

@ -106,8 +106,9 @@
description = ''
Shell script snippet to generate the secrets and facts.
The script has access to the following environment variables:
- facts: path to a directory where facts can be stored
- secrets: path to a directory where secrets can be stored
- prompt_value: prompted value in case a prompt was defined
- 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.
'';
};