Skip to content

Commit b8fee6a

Browse files
authored
aws: add ap-southeast-6 region (#5812)
1 parent 72b1f30 commit b8fee6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/aws/aws.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ var canonicalHostedZones = map[string]string{
9696
"ap-southeast-3.elb.amazonaws.com": "Z08888821HLRG5A9ZRTER",
9797
"ap-southeast-4.elb.amazonaws.com": "Z09517862IB2WZLPXG76F",
9898
"ap-southeast-5.elb.amazonaws.com": "Z06010284QMVVW7WO5J",
99+
"ap-southeast-6.elb.amazonaws.com": "Z023301818UFJ50CIO0MV",
99100
"ap-southeast-7.elb.amazonaws.com": "Z0390008CMBRTHFGWBCB",
100101
"ap-northeast-1.elb.amazonaws.com": "Z14GRHDCWA56QT",
101102
"eu-central-1.elb.amazonaws.com": "Z215JYRZR1TBD5",
@@ -134,6 +135,7 @@ var canonicalHostedZones = map[string]string{
134135
"elb.ap-southeast-3.amazonaws.com": "Z01971771FYVNCOVWJU1G",
135136
"elb.ap-southeast-4.amazonaws.com": "Z01156963G8MIIL7X90IV",
136137
"elb.ap-southeast-5.amazonaws.com": "Z026317210H9ACVTRO6FB",
138+
"elb.ap-southeast-6.amazonaws.com": "Z01392953RKV2Q3RBP0KU",
137139
"elb.ap-southeast-7.amazonaws.com": "Z054363131YWATEMWRG5L",
138140
"elb.ap-northeast-1.amazonaws.com": "Z31USIVHYNEOWT",
139141
"elb.eu-central-1.amazonaws.com": "Z3F0SRJ5LGBH90",

0 commit comments

Comments
 (0)