Fix README build example to work out of box.

- secret_key was set to use the access_key env variable
This commit is contained in:
Thomas Vendetta 2016-03-16 22:16:35 -04:00
parent b50036c817
commit af3bc4f12b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ file as `quick-start.json`. Export your AWS credentials as the
"builders": [{
"type": "amazon-ebs",
"access_key": "{{user `access_key`}}",
"secret_key": "{{user `access_key`}}",
"secret_key": "{{user `secret_key`}}",
"region": "us-east-1",
"source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro",