Skip to content

Commit

Permalink
Update provider/aws/aws.go
Browse files Browse the repository at this point in the history
Added missing quotes

Co-authored-by: Raffaele Di Fazio <raffo@github.com>
  • Loading branch information
shreyas-3 and Raffo committed Aug 7, 2023
1 parent deb4f71 commit a4d86b1
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.ca-central-1.amazonaws.com": "Z2EPGBW3API2WT",
"elb.ap-east-1.amazonaws.com": "Z12Y7K3UBGUAD1",
"elb.ap-south-1.amazonaws.com": "ZVDDRBQ08TROA",
"elb.ap-south-2.amazonaws.com": "Z0711778386UTO08407HT,
"elb.ap-south-2.amazonaws.com": "Z0711778386UTO08407HT",
"elb.ap-northeast-3.amazonaws.com": "Z1GWIQ4HH19I5X",
"elb.ap-northeast-2.amazonaws.com": "ZIBE1TIR4HY56",
"elb.ap-southeast-1.amazonaws.com": "ZKVM4W9LS7TM",
Expand Down

0 comments on commit a4d86b1

Please sign in to comment.