From c62c5de1858c71d1904d8bad119558640763d38e Mon Sep 17 00:00:00 2001 From: Mario Mueller Date: Wed, 17 Feb 2016 09:16:41 +0100 Subject: [PATCH] Add eu-west-1 and eu-central-1 to the map. Used image: ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20150325 --- terraform/aws/variables.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 8eda4cee38..e70dbfb0dc 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -16,6 +16,8 @@ variable "ami" { default = { us-east-1-ubuntu = "ami-83c525e8" us-west-2-ubuntu = "ami-57e8d767" + eu-west-1-ubuntu = "ami-47a23a30" + eu-central-1-ubuntu = "ami-accff2b1" us-east-1-rhel6 = "ami-b0fed2d8" us-west-2-rhel6 = "ami-2faa861f" us-east-1-centos6 = "ami-c2a818aa"