Set region to use user configured variable

This commit is contained in:
DanHam 2017-10-14 02:07:58 +01:00
parent 69393ef9bb
commit 400f210dc2
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ windows in addition to the powershell and windows-restart provisioners:
"type": "amazon-ebs",
"access_key": "{{ user `aws_access_key` }}",
"secret_key": "{{ user `aws_secret_key` }}",
"region": "us-east-1",
"region": "{{ user `region` }}",
"instance_type": "t2.micro",
"source_ami_filter": {
"filters": {