Closed jcttrll closed 4 years ago
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Overview of the Issue
When I do
packer build -debug packer.pkr.hcl
, I would expect the SSH private key to be written to a PEM file to the local directory. However, it is not. Also, the build stops at fewer "breakpoints" along the way, compared with a JSON build.Reproduction Steps
vpc_id
andsubnet_id
in the provided templates with ones for your account.Packer version
Packer v1.5.6
Simplified Packer Buildfile
Both build files are presented below.
packer.pkr.hcl
:packer.json
:Operating system and Environment details
openSUSE Leap 15.1, Linux kernel 4.12.14
Log Fragments and crash.log files
Here is the complete output of the two builds.
From
packer build -debug packer.pkr.hcl
:From
packer build -debug packer.json
: