Set region to use user configured variable

pull/5457/head
DanHam 9 years ago
parent 69393ef9bb
commit 400f210dc2

@ -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": {

Loading…
Cancel
Save