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:
parent
b50036c817
commit
af3bc4f12b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue