You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/acctest/plugin/test-fixtures/basic_amazon_bundled.json

11 lines
224 B

{
"builders": [{
"type": "amazon-ebs",
"region": "us-east-1",
"instance_type": "m3.medium",
"source_ami": "ami-76b2a71e",
"ssh_username": "ubuntu",
"ami_name": "packer-plugin-bundled-amazon-ebs-test-json"
}]
}