Browse Source

Merge pull request #1 from benhinchley/benhinchley-patch-1

add asia pacific region to list for ubuntu
pull/1741/head
Ben Hinchley 9 years ago
parent
commit
d1c8f3b384
  1. 3
      terraform/aws/variables.tf

3
terraform/aws/variables.tf

@ -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…
Cancel
Save