Update website/content/docs/commands/init.mdx
This commit is contained in:
parent
a1b2e71005
commit
8c3b3ca00f
|
@ -23,7 +23,7 @@ runs may give errors, this command will never delete anything.
|
|||
Packer does not currently have the notion of a state like Terraform has. In other words,
|
||||
currently `packer init` is only in charge of installing packer plugins.
|
||||
|
||||
Currently, `packer init` can only fetch binaries from public projects on *Github*. Github's public API, [limits the number of unauthenticated requests
|
||||
Currently, `packer init` can only fetch binaries from public projects on **GitHub**. GitHub's public API, [limits the number of unauthenticated requests
|
||||
per hour one IP can
|
||||
do](https://docs.github.com/en/developers/apps/rate-limits-for-github-apps#normal-user-to-server-rate-limits).
|
||||
Packer will do its best to avoid hitting those limits and in an average local
|
||||
|
|
Loading…
Reference in New Issue