Skip to content

Commit

Permalink
Update website/content/guides/1.7-template-upgrade.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvia Moss <[email protected]>
  • Loading branch information
azr and sylviamoss authored Feb 15, 2021
1 parent 8208f42 commit f7ee3f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/content/guides/1.7-template-upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ in the rest of the template.

Here it is a brief explanation of each field:
- `version` - Should follow the [version constraints](/docs/templates/hcl_templates/blocks/packer#version-constraints).
- `source` - Should have the plugin's organizational namespace on GitHub and its
short name. Packer will be responsible for determining the full GitHub
- `source` - Should have the GitHub hostname, the plugin's organizational namespace, and its short name.
Packer will be responsible for determining the full GitHub
address. For example, if the source is `github.com/sylviamoss/comment`, Packer
will download the binaries from `github.com/sylviamoss/packer-plugin-comment`.
To learn more about the source field, check out the [Source
Expand Down Expand Up @@ -182,4 +182,3 @@ and won't need to run `init` again unless you want to upgrade the plugin version
A template with a `required_plugins` block should **always** be initialised at least once with `packer init` before
`packer build`. If the template is built before init, Packer will fail and ask for initialisation.


0 comments on commit f7ee3f8

Please sign in to comment.