Skip to content
Snippets Groups Projects
Commit 27ef0c88 authored by Arjun Balraj's avatar Arjun Balraj Committed by Tomasz Maczukin
Browse files

Update region.go for HK support (ap-east-1)

parent 1d84d880
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ type region struct { ...@@ -11,6 +11,7 @@ type region struct {
// Ubuntu 16.04 LTS 20180228.1 hvm:ebs-ssd (amd64) // Ubuntu 16.04 LTS 20180228.1 hvm:ebs-ssd (amd64)
// See https://cloud-images.ubuntu.com/locator/ec2/ // See https://cloud-images.ubuntu.com/locator/ec2/
var regionDetails map[string]*region = map[string]*region{ var regionDetails map[string]*region = map[string]*region{
"ap-east-1": {"ami-107d3e61"},
"ap-northeast-1": {"ami-bcb7f6da"}, "ap-northeast-1": {"ami-bcb7f6da"},
"ap-northeast-2": {"ami-5073de3e"}, "ap-northeast-2": {"ami-5073de3e"},
"ap-southeast-1": {"ami-41e4af3d"}, "ap-southeast-1": {"ami-41e4af3d"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment