Skip to content

Commit

Permalink
Merge pull request #4854 from kuzm1ch/chore/add_aws_region
Browse files Browse the repository at this point in the history
chore(aws): add region ap-southeast-5
  • Loading branch information
k8s-ci-robot authored Nov 12, 2024
2 parents ac8d5b4 + 6ee5245 commit 7343cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ var canonicalHostedZones = map[string]string{
"ap-southeast-2.elb.amazonaws.com": "Z1GM3OXH4ZPM65",
"ap-southeast-3.elb.amazonaws.com": "Z08888821HLRG5A9ZRTER",
"ap-southeast-4.elb.amazonaws.com": "Z09517862IB2WZLPXG76F",
"ap-southeast-5.elb.amazonaws.com": "Z06010284QMVVW7WO5J",
"ap-northeast-1.elb.amazonaws.com": "Z14GRHDCWA56QT",
"eu-central-1.elb.amazonaws.com": "Z215JYRZR1TBD5",
"eu-central-2.elb.amazonaws.com": "Z06391101F2ZOEP8P5EB3",
Expand Down Expand Up @@ -116,6 +117,7 @@ var canonicalHostedZones = map[string]string{
"elb.ap-southeast-2.amazonaws.com": "ZCT6FZBF4DROD",
"elb.ap-southeast-3.amazonaws.com": "Z01971771FYVNCOVWJU1G",
"elb.ap-southeast-4.amazonaws.com": "Z01156963G8MIIL7X90IV",
"elb.ap-southeast-5.amazonaws.com": "Z026317210H9ACVTRO6FB",
"elb.ap-northeast-1.amazonaws.com": "Z31USIVHYNEOWT",
"elb.eu-central-1.amazonaws.com": "Z3F0SRJ5LGBH90",
"elb.eu-central-2.amazonaws.com": "Z02239872DOALSIDCX66S",
Expand Down

0 comments on commit 7343cb9

Please sign in to comment.