mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"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"
|
|
}
|
|
}]
|
|
}
|