mirror of https://github.com/status-im/consul.git
Merge pull request #1741 from benhinchley/master
Add asia pacific region to list in terraform module
This commit is contained in:
commit
05bc9149a5
|
@ -18,6 +18,9 @@ variable "ami" {
|
|||
us-west-2-ubuntu = "ami-57e8d767"
|
||||
eu-west-1-ubuntu = "ami-47a23a30"
|
||||
eu-central-1-ubuntu = "ami-accff2b1"
|
||||
ap-northeast-1-ubuntu = "ami-90815290"
|
||||
ap-southeast-1-ubuntu = "ami-0accf458"
|
||||
ap-southeast-2-ubuntu = "ami-1dc8b127"
|
||||
us-east-1-rhel6 = "ami-b0fed2d8"
|
||||
us-west-2-rhel6 = "ami-2faa861f"
|
||||
us-east-1-centos6 = "ami-c2a818aa"
|
||||
|
|
Loading…
Reference in New Issue