packer-cn/example.json
Mitchell Hashimoto db1c11fff5 Lots of stuff, too early for meaningful commit messages
UI, command dispatch
2013-03-24 14:03:53 -07:00

25 lines
372 B
JSON

{
"name": "my-custom-image",
"builders": [
{
"type": "amazon-ebs",
"region": "us-east-1",
"source": "ami-de0d9eb7"
}
],
"provisioners": [
{
"type": "shell",
"path": "script.sh"
}
],
"outputs": [
{
"type": "vagrant"
}
]
}