add asia pacific region to list for ubuntu
using these images ap-northeast-1 => ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20150528 ap-southeast-1 => ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20150528 ap-southeast-2 => ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20150528
This commit is contained in:
parent
a4ffc9eab9
commit
d65cc40375
|
@ -18,6 +18,9 @@ variable "ami" {
|
||||||
us-west-2-ubuntu = "ami-57e8d767"
|
us-west-2-ubuntu = "ami-57e8d767"
|
||||||
eu-west-1-ubuntu = "ami-47a23a30"
|
eu-west-1-ubuntu = "ami-47a23a30"
|
||||||
eu-central-1-ubuntu = "ami-accff2b1"
|
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-east-1-rhel6 = "ami-b0fed2d8"
|
||||||
us-west-2-rhel6 = "ami-2faa861f"
|
us-west-2-rhel6 = "ami-2faa861f"
|
||||||
us-east-1-centos6 = "ami-c2a818aa"
|
us-east-1-centos6 = "ami-c2a818aa"
|
||||||
|
|
Loading…
Reference in New Issue