Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 303 Bytes

grayfiction

Learn to use packer to create vm images.

packer --help
packer fmt .
packer init .

# this works
packer build -var-file=variables.json aws-ubuntu.pkr.hcl

# while iterating -force helps
packer build -var-file=variables.json aws-ubuntu.pkr.hcl -force