mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
17 lines
480 B
HCL
17 lines
480 B
HCL
# These are all Ubuntu 14.04 LTS AMIs
|
|
# with Arch = amd64, Instance Type = hvm:ebs-ssd
|
|
# from https://cloud-images.ubuntu.com/locator/ec2/
|
|
variable "amis" {
|
|
type = "map"
|
|
default = {
|
|
eu-west-1 = "ami-55452e26"
|
|
eu-central-1 = "ami-b1cf39de"
|
|
us-east-1 = "ami-8e0b9499"
|
|
us-west-2 = "ami-547b3834"
|
|
ap-northeast-1 = "ami-49d31328"
|
|
ap-southeast-1 = "ami-5e429c3d"
|
|
ap-southeast-2 = "ami-25f3c746"
|
|
sa-east-1 = "ami-97980efb"
|
|
}
|
|
}
|