Document the `PKR_GITHUB_API_TOKEN` setting in /configure#env vars

This commit is contained in:
Adrien Delorme 2021-02-08 10:59:04 +01:00
parent 4c02123142
commit b6cfe16444
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ each can be found below:
- `PACKER_CONFIG_DIR` - The location for the home directory of Packer. See
[Packer's home directory](#packer-s-home-directory) for more.
- `PKR_GITHUB_API_TOKEN` - When using Packer init on HCL2 templates, Packer
queries the public API from Github which limits the ammount of queries on can
set the `PKR_GITHUB_API_TOKEN` with a Github Token to make it higher.
- `PACKER_LOG` - Setting this to any value other than "" (empty string) or
"0" will enable the logger. See the [debugging
page](/docs/other/debugging).