Merge pull request #1704 from mattr-/new-amazon-ami-in-docs

Update the getting started docs with Amazon changes
This commit is contained in:
Armon Dadgar 2014-12-08 11:12:23 -08:00
commit 6916b486ed
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ briefly. Create a file `example.json` and fill it with the following contents:
"access_key": "{{user `aws_access_key`}}", "access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}", "secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1", "region": "us-east-1",
"source_ami": "ami-de0d9eb7", "source_ami": "ami-3d50120d",
"instance_type": "t1.micro", "instance_type": "t2.micro",
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_name": "packer-example {{timestamp}}" "ami_name": "packer-example {{timestamp}}"
}] }]