Set region to use user configured variable
This commit is contained in:
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…
Reference in New Issue