mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Merge pull request #4021 from asifrc/add-aws-ohio-region
Add support for us-east-2 (Ohio) AWS region
This commit is contained in:
commit
2ecbfd551b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ func listEC2Regions() []string {
|
|||
"eu-west-1",
|
||||
"sa-east-1",
|
||||
"us-east-1",
|
||||
"us-east-2",
|
||||
"us-gov-west-1",
|
||||
"us-west-1",
|
||||
"us-west-2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue