Skip to content

Commit

Permalink
add Hong Kong region. Closes #804
Browse files Browse the repository at this point in the history
I dont see API Gateway hosted zone ids for the others
  • Loading branch information
tj committed Jun 5, 2020
1 parent 5777a4f commit 3861b8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/aws/regions/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var hostedZoneIDs = map[string]string{
"us-east-1": "Z1UJRXOUMOOFQ8",
"us-west-1": "Z2MUQ32089INYE",
"us-west-2": "Z2OJLYMUO9EFXC",
"ap-east-1": "Z3FD1VL90ND7K5",
"ap-south-1": "Z3VO1THU9YC4UR",
"ap-northeast-3": "Z2YQB5RD63NC85",
"ap-northeast-2": "Z20JF4UZKIW1U8",
Expand All @@ -33,6 +34,7 @@ var IDs = []string{
"us-east-1",
"us-west-1",
"us-west-2",
"ap-east-1",
"ap-south-1",
"ap-northeast-2",
"ap-southeast-1",
Expand All @@ -53,6 +55,7 @@ var Names = []string{
"US East (N. Virginia)",
"US West (N. California)",
"US West (Oregon)",
"Asia Pacific (Hong Kong)",
"Asia Pacific (Mumbai)",
"Asia Pacific (Seoul)",
"Asia Pacific (Singapore)",
Expand Down

0 comments on commit 3861b8e

Please sign in to comment.