Commit c875d40b authored by Clint Shryock's avatar Clint Shryock

remove bats test fixture

parent 85db8abe
{
"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",
"packer-id": "ami_snapshot_tags"
},
"ami_block_device_mappings": [
{
"device_name": "/dev/sde",
"volume_type": "standard"
}
]
}]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment