fix example json
This commit is contained in:
parent
4eed1b8377
commit
c0a02d17ef
|
@ -367,7 +367,7 @@ provisioning commands to install the os and bootloader.
|
|||
``` {.javascript}
|
||||
{
|
||||
"type": "amazon-chroot",
|
||||
"ami_name": "packer-from-scratch {{timestamp}}"
|
||||
"ami_name": "packer-from-scratch {{timestamp}}",
|
||||
"from_scratch": true,
|
||||
"ami_virtualization_type": "hvm",
|
||||
"pre_mount_commands": [
|
||||
|
|
Loading…
Reference in New Issue