Skip to content

Commit

Permalink
fix: uses correct elb url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-albuixech committed May 7, 2024
1 parent 8ef04ef commit 95ba9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var canonicalHostedZones = map[string]string{
"elb.us-west-1.amazonaws.com": "Z24FKFUX50B4VW",
"elb.us-west-2.amazonaws.com": "Z18D5FSROUN65G",
"elb.ca-central-1.amazonaws.com": "Z2EPGBW3API2WT",
"elb.ca-west-1.elb.amazonaws.com": "Z02754302KBB00W2LKWZ9",
"elb.ca-west-1.amazonaws.com": "Z02754302KBB00W2LKWZ9",
"elb.ap-east-1.amazonaws.com": "Z12Y7K3UBGUAD1",
"elb.ap-south-1.amazonaws.com": "ZVDDRBQ08TROA",
"elb.ap-south-2.amazonaws.com": "Z0711778386UTO08407HT",
Expand Down

0 comments on commit 95ba9f3

Please sign in to comment.