Merge pull request #8198 from amree/f-use-user-variable-for-region

Update "Build an Image" Documentation
This commit is contained in:
Adrien Delorme 2019-10-07 10:24:05 +02:00 committed by GitHub
commit d9563b1320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {