Skip to content

Commit

Permalink
FIX: IDs for elb and hosted zones
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunil Kumar Mohanty committed Dec 13, 2018
1 parent 7702fb0 commit 49f0e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_elb_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var elbAccountIdPerRegionMap = map[string]string{
"ap-northeast-1": "582318560864",
"ap-northeast-2": "600734575887",
"ap-northeast-3": "765225791966",
"ap-northeast-3": "383597477331",
"ap-south-1": "718504428378",
"ap-southeast-1": "114774131450",
"ap-southeast-2": "783225319266",
Expand Down
1 change: 1 addition & 0 deletions aws/hosted_zones.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var hostedZoneIDsMap = map[string]string{
"sa-east-1": "Z7KQH4QJS55SO",
"us-east-1": "Z3AQBSTGFYJSTF",
"us-east-2": "Z2O1EMRO9K5GLX",
"us-gov-east-1": "Z31GFT0UA1I2HV",
"us-gov-west-1": "Z31GFT0UA1I2HV",
"us-west-1": "Z2F56UZL2M1ACD",
"us-west-2": "Z3BJ6K6RIION7M",
Expand Down

0 comments on commit 49f0e32

Please sign in to comment.