mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Add gov and cn hosted zone Ids to aws_elb_hosted_zone data source (#15149)
Fixes: #15128
This commit is contained in:
parent
436903e834
commit
75842077da
@ -24,6 +24,8 @@ var elbHostedZoneIdPerRegionMap = map[string]string{
|
|||||||
"us-west-1": "Z368ELLRRE2KJ0",
|
"us-west-1": "Z368ELLRRE2KJ0",
|
||||||
"us-west-2": "Z1H1FL5HABSF5",
|
"us-west-2": "Z1H1FL5HABSF5",
|
||||||
"sa-east-1": "Z2P70J7HTTTPLU",
|
"sa-east-1": "Z2P70J7HTTTPLU",
|
||||||
|
"us-gov-west-1": "048591011584",
|
||||||
|
"cn-north-1": "638102146993",
|
||||||
}
|
}
|
||||||
|
|
||||||
func dataSourceAwsElbHostedZoneId() *schema.Resource {
|
func dataSourceAwsElbHostedZoneId() *schema.Resource {
|
||||||
|
Loading…
Reference in New Issue
Block a user