github.com/daniellockard/packer@v0.7.6-0.20141210173435-5a9390934716/test/fixtures/amazon-ebs/ami_region_copy.json (about) 1 { 2 "builders": [{ 3 "type": "amazon-ebs", 4 "ami_name": "packer-test {{timestamp}}", 5 "instance_type": "m1.small", 6 "region": "us-east-1", 7 "ssh_username": "ubuntu", 8 "source_ami": "ami-0568456c", 9 "tags": { 10 "packer-test": "true", 11 "packer-id": "ami_region_copy" 12 }, 13 "ami_regions": ["us-west-1", "us-west-2"] 14 }] 15 }