packer-cn/test/fixtures/amazon-ebs/minimal.json

14 lines
311 B
JSON
Raw Normal View History

2013-12-11 19:13:49 -05:00
{
"builders": [{
"type": "amazon-ebs",
"ami_name": "packer-test {{timestamp}}",
"instance_type": "m1.small",
"region": "us-east-1",
"ssh_username": "ubuntu",
"source_ami": "ami-0568456c",
"tags": {
"packer-test": "true"
}
}]
}