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}
|
``` {.javascript}
|
||||||
{
|
{
|
||||||
"type": "amazon-chroot",
|
"type": "amazon-chroot",
|
||||||
"ami_name": "packer-from-scratch {{timestamp}}"
|
"ami_name": "packer-from-scratch {{timestamp}}",
|
||||||
"from_scratch": true,
|
"from_scratch": true,
|
||||||
"ami_virtualization_type": "hvm",
|
"ami_virtualization_type": "hvm",
|
||||||
"pre_mount_commands": [
|
"pre_mount_commands": [
|
||||||
|
|
Loading…
Reference in New Issue