`packer build template.pkr.hcl`

This commit is contained in:
Adrien Delorme 2021-02-16 13:48:48 +01:00
parent c29b9f957d
commit e2a337e0ea
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ can quickly merge or address your contributions.
already fixed the bug you're experiencing.
- Run the command with debug output with the environment variable `PACKER_LOG`.
For example: `PACKER_LOG=1 packer build template.json`. Take the _entire_
For example: `PACKER_LOG=1 packer build template.pkr.hcl`. Take the _entire_
output and create a [gist](https://gist.github.com) for linking to in your
issue. Packer should strip sensitive keys from the output, but take a look
through just in case.

View File

@ -30,7 +30,7 @@ export default function Homepage() {
<span></span>
<span></span>
</div>
$ packer build template.json
$ packer build template.pkr.hcl
<span className="green">
==&gt; virtualbox: virtualbox output will be in this color.
</span>