mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Updated the AMIs to Ubuntu 16.04 images in amis.tf
This commit is contained in:
@@ -2,19 +2,20 @@
|
|||||||
# even though the contents are the same.
|
# even though the contents are the same.
|
||||||
# This file has the mapping from region --> AMI name.
|
# This file has the mapping from region --> AMI name.
|
||||||
#
|
#
|
||||||
# These are all Ubuntu 14.04 LTS AMIs
|
# These are all Ubuntu 16.04 LTS AMIs
|
||||||
# with Arch = amd64, Instance Type = hvm:ebs-ssd
|
# with Arch = amd64, Instance Type = hvm:ebs-ssd
|
||||||
# from https://cloud-images.ubuntu.com/locator/ec2/
|
# from https://cloud-images.ubuntu.com/locator/ec2/
|
||||||
|
# as of Jan. 31, 2017
|
||||||
variable "amis" {
|
variable "amis" {
|
||||||
type = "map"
|
type = "map"
|
||||||
default = {
|
default = {
|
||||||
eu-west-1 = "ami-55452e26"
|
eu-west-1 = "ami-d8f4deab"
|
||||||
eu-central-1 = "ami-b1cf39de"
|
eu-central-1 = "ami-5aee2235"
|
||||||
us-east-1 = "ami-8e0b9499"
|
us-east-1 = "ami-6edd3078"
|
||||||
us-west-2 = "ami-547b3834"
|
us-west-2 = "ami-7c803d1c"
|
||||||
ap-northeast-1 = "ami-49d31328"
|
ap-northeast-1 = "ami-eb49358c"
|
||||||
ap-southeast-1 = "ami-5e429c3d"
|
ap-southeast-1 = "ami-b1943fd2"
|
||||||
ap-southeast-2 = "ami-25f3c746"
|
ap-southeast-2 = "ami-fe71759d"
|
||||||
sa-east-1 = "ami-97980efb"
|
sa-east-1 = "ami-7379e31f"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user