Skip to content

Commit

Permalink
Update aws.go for issue #3833
Browse files Browse the repository at this point in the history
Fix to add ap-south-2 region to support elb and nlb
  • Loading branch information
shreyas-3 authored Aug 1, 2023
1 parent bc61d4d commit f7ed26e
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 @@ -72,6 +72,7 @@ var canonicalHostedZones = map[string]string{
"ca-central-1.elb.amazonaws.com": "ZQSVJUPU6J1EY",
"ap-east-1.elb.amazonaws.com": "Z3DQVH9N71FHZ0",
"ap-south-1.elb.amazonaws.com": "ZP97RAFLXTNZK",
"ap-south-2.elb.amazonaws.com": "Z0173938T07WNTVAEPZN,

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in string

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

string literal not terminated (typecheck)

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string

Check failure on line 75 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

syntax error: unexpected newline in composite literal; possibly missing comma or }
"ap-northeast-2.elb.amazonaws.com": "ZWKZPGTI48KDX",
"ap-northeast-3.elb.amazonaws.com": "Z5LXEXXYW11ES",
"ap-southeast-1.elb.amazonaws.com": "Z1LMS91P8CMLE5",
Expand Down Expand Up @@ -102,6 +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,

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

newline in string

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string) (typecheck)

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string (typecheck)

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

string literal not terminated (typecheck)

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string

Check failure on line 106 in provider/aws/aws.go

View workflow job for this annotation

GitHub Actions / Build

newline in string
"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 f7ed26e

Please sign in to comment.