Update "Build an Image" Documentation

We defined a user variable for the region but we're not using it. This
PR will update the template to use that particular variable
This commit is contained in:
amree 2019-10-06 04:25:48 +08:00
parent 68127870f7
commit 7dbcefaf20
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ Now save the following text in a file named `firstrun.json`:
"access_key": "{{user `aws_access_key`}}",
"ami_name": "packer-linux-aws-demo-{{timestamp}}",
"instance_type": "t2.micro",
"region": "us-east-1",
"region": "{{user `region`}}",
"secret_key": "{{user `aws_secret_key`}}",
"source_ami_filter": {
"filters": {