Adding in us-west-1-ubuntu (#2373)
* Adding in us-west-1-ubuntu * Update variables.tf * Update variables.tf
This commit is contained in:
parent
1f20ff59db
commit
2dc5e3f9e0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue