Adding in us-west-1-ubuntu (#2373)

* Adding in us-west-1-ubuntu

* Update variables.tf

* Update variables.tf
This commit is contained in:
jacquelyneg 2016-11-07 22:35:00 -05:00 committed by James Phillips
parent 1f20ff59db
commit 2dc5e3f9e0
1 changed files with 1 additions and 0 deletions

View File

@ -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"