provider/aws: Add gov and cn hosted zone Ids to aws_elb_hosted_zone data source (#15149)

Fixes: #15128
This commit is contained in:
Paul Stack 2017-06-07 13:18:26 +03:00 committed by GitHub
parent 436903e834
commit 75842077da

View File

@ -24,6 +24,8 @@ var elbHostedZoneIdPerRegionMap = map[string]string{
"us-west-1": "Z368ELLRRE2KJ0",
"us-west-2": "Z1H1FL5HABSF5",
"sa-east-1": "Z2P70J7HTTTPLU",
"us-gov-west-1": "048591011584",
"cn-north-1": "638102146993",
}
func dataSourceAwsElbHostedZoneId() *schema.Resource {