Skip to content

Commit e59e96e

Browse files
authored
Merge pull request #5200 from xshot9011/chore/add-ap-southeast-7-hostzone
chore: add se for nlb, alb in thailand region
2 parents 98d1467 + 4affbd9 commit e59e96e

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
@@ -87,6 +87,7 @@ var canonicalHostedZones = map[string]string{
8787
"ap-southeast-3.elb.amazonaws.com": "Z08888821HLRG5A9ZRTER",
8888
"ap-southeast-4.elb.amazonaws.com": "Z09517862IB2WZLPXG76F",
8989
"ap-southeast-5.elb.amazonaws.com": "Z06010284QMVVW7WO5J",
90+
"ap-southeast-7.elb.amazonaws.com": "Z0390008CMBRTHFGWBCB",
9091
"ap-northeast-1.elb.amazonaws.com": "Z14GRHDCWA56QT",
9192
"eu-central-1.elb.amazonaws.com": "Z215JYRZR1TBD5",
9293
"eu-central-2.elb.amazonaws.com": "Z06391101F2ZOEP8P5EB3",
@@ -123,6 +124,7 @@ var canonicalHostedZones = map[string]string{
123124
"elb.ap-southeast-3.amazonaws.com": "Z01971771FYVNCOVWJU1G",
124125
"elb.ap-southeast-4.amazonaws.com": "Z01156963G8MIIL7X90IV",
125126
"elb.ap-southeast-5.amazonaws.com": "Z026317210H9ACVTRO6FB",
127+
"elb.ap-southeast-7.amazonaws.com": "Z054363131YWATEMWRG5L",
126128
"elb.ap-northeast-1.amazonaws.com": "Z31USIVHYNEOWT",
127129
"elb.eu-central-1.amazonaws.com": "Z3F0SRJ5LGBH90",
128130
"elb.eu-central-2.amazonaws.com": "Z02239872DOALSIDCX66S",

0 commit comments

Comments
 (0)