remove bats test fixture

This commit is contained in:
Clint Shryock 2015-06-12 10:41:44 -05:00
parent 85db8abe8d
commit c875d40b2c
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
{
"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"
}
]
}]
}