Skip to content

Commit

Permalink
add ap-east-1 region
Browse files Browse the repository at this point in the history
  • Loading branch information
jukie committed May 15, 2019
1 parent b0d8391 commit b5e06f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/data_source_aws_elb_hosted_zone_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
// See https://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region
// First index is Application/Classic LB id's, second index is NLB id's
var elbHostedZoneIdPerRegionMap = map[string][]string{
"ap-east-1": {"Z3DQVH9N71FHZ0", "Z12Y7K3UBGUAD1"},
"ap-northeast-1": {"Z14GRHDCWA56QT", "Z31USIVHYNEOWT"},
"ap-northeast-2": {"ZWKZPGTI48KDX", "ZIBE1TIR4HY56"},
"ap-northeast-3": {"Z5LXEXXYW11ES", "Z1GWIQ4HH19I5X"},
Expand Down

0 comments on commit b5e06f3

Please sign in to comment.