-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
…others).
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ import ( | |
) | ||
|
||
// See http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region | ||
// See https://docs.amazonaws.cn/en_us/general/latest/gr/rande.html#elb_region | ||
var elbHostedZoneIdPerRegionMap = map[string]string{ | ||
"ap-east-1": "Z3DQVH9N71FHZ0", | ||
"ap-northeast-1": "Z14GRHDCWA56QT", | ||
|
@@ -16,7 +17,8 @@ var elbHostedZoneIdPerRegionMap = map[string]string{ | |
"ap-southeast-1": "Z1LMS91P8CMLE5", | ||
"ap-southeast-2": "Z1GM3OXH4ZPM65", | ||
"ca-central-1": "ZQSVJUPU6J1EY", | ||
"cn-north-1": "638102146993", | ||
"cn-north-1": "Z3BX2TMKNYI13Y", | ||
"cn-northwest-1": "Z3BX2TMKNYI13Y", | ||
"eu-central-1": "Z215JYRZR1TBD5", | ||
"eu-north-1": "Z23TAZ6LKFMNIO", | ||
"eu-west-1": "Z32O12XQLNTSW2", | ||
|
@@ -26,7 +28,6 @@ var elbHostedZoneIdPerRegionMap = map[string]string{ | |
"sa-east-1": "Z2P70J7HTTTPLU", | ||
"us-east-1": "Z35SXDOTRQ7X7K", | ||
"us-east-2": "Z3AADJGX6KTTL2", | ||
"us-gov-west-1": "048591011584", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ewbankkit
Contributor
|
||
"us-west-1": "Z368ELLRRE2KJ0", | ||
"us-west-2": "Z1H1FL5HABSF5", | ||
} | ||
|
Was this removed intentionally?