Merge pull request #1856 from sergiopantoja/1841-fix-tutorial-source-id

Fix tutorial source ID
[skip ci]
This commit is contained in:
Ross Smith II 2015-01-21 15:47:36 -08:00
commit 0bc64242be
1 changed files with 1 additions and 1 deletions

View File

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