Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add PACKER_GETTER_READ_TIMEOUT in config #13281

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/content/docs/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ 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.

- `PACKER_GETTER_READ_TIMEOUT` - Override the timeout when a packer plugin
tries to fetch a ISO. The default is `30m`. This is specified as a string with
a duration suffix. The plugin needs to be built on
[v0.6.0](https://github.com/hashicorp/packer-plugin-sdk/releases/tag/v0.6.0)
and above of the SDK to be compatible with this variable.

- `PACKER_GITHUB_API_TOKEN` - When using Packer init on HCL2 templates, Packer
queries the public API from GitHub which has rate-limits on its APIs.
You can set the `PACKER_GITHUB_API_TOKEN` environment variable
Expand Down