Skip to content

Commit

Permalink
Merge pull request #3315 from newcontext-oss/aws_elb_service_account
Browse files Browse the repository at this point in the history
data-source/aws_elb_service_account: Correct GovCloud region
  • Loading branch information
radeksimko authored Feb 11, 2018
2 parents 46a74e6 + 035ea26 commit caeaea3
Showing 1 changed file with 1 addition 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 @@ -23,7 +23,7 @@ var elbAccountIdPerRegionMap = map[string]string{
"sa-east-1": "507241528517",
"us-east-1": "127311923021",
"us-east-2": "033677994240",
"us-gov-west": "048591011584",
"us-gov-west-1": "048591011584",
"us-west-1": "027434742980",
"us-west-2": "797873946194",
}
Expand Down

0 comments on commit caeaea3

Please sign in to comment.