Skip to content

Commit

Permalink
data-source/aws_elb_hosted_zone_id: Add us-gov-east-1 and `us-gov-w…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored and adamdecaf committed May 28, 2020
1 parent 7b0fd6a commit b8c225f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/data_source_aws_elb_hosted_zone_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ var elbHostedZoneIdPerRegionMap = map[string]string{
"sa-east-1": "Z2P70J7HTTTPLU",
"us-east-1": "Z35SXDOTRQ7X7K",
"us-east-2": "Z3AADJGX6KTTL2",
"us-gov-east-1": "Z166TLBEWOO7G0",
"us-gov-west-1": "Z33AYJ8TM3BH4J",
"us-west-1": "Z368ELLRRE2KJ0",
"us-west-2": "Z1H1FL5HABSF5",
}
Expand Down

0 comments on commit b8c225f

Please sign in to comment.