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:
parent
68127870f7
commit
7dbcefaf20
|
@ -235,7 +235,7 @@ Now save the following text in a file named `firstrun.json`:
|
||||||
"access_key": "{{user `aws_access_key`}}",
|
"access_key": "{{user `aws_access_key`}}",
|
||||||
"ami_name": "packer-linux-aws-demo-{{timestamp}}",
|
"ami_name": "packer-linux-aws-demo-{{timestamp}}",
|
||||||
"instance_type": "t2.micro",
|
"instance_type": "t2.micro",
|
||||||
"region": "us-east-1",
|
"region": "{{user `region`}}",
|
||||||
"secret_key": "{{user `aws_secret_key`}}",
|
"secret_key": "{{user `aws_secret_key`}}",
|
||||||
"source_ami_filter": {
|
"source_ami_filter": {
|
||||||
"filters": {
|
"filters": {
|
||||||
|
|
Loading…
Reference in New Issue