From eda05a4fccb4d8058b3500f975bff5e9b1a43beb Mon Sep 17 00:00:00 2001 From: jacquelyneg Date: Mon, 7 Nov 2016 22:35:00 -0500 Subject: [PATCH] Adding in us-west-1-ubuntu (#2373) * Adding in us-west-1-ubuntu * Update variables.tf * Update variables.tf --- terraform/aws/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index f00e4b80fd..8e95540fc2 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -17,6 +17,7 @@ variable "ami" { description = "AWS AMI Id, if you change, make sure it is compatible with instance type, not all AMIs allow all instance types " default = { us-east-1-ubuntu = "ami-fce3c696" + us-west-1-ubuntu = "ami-a9a8e4c9" us-west-2-ubuntu = "ami-9abea4fb" eu-west-1-ubuntu = "ami-47a23a30" eu-central-1-ubuntu = "ami-accff2b1"