mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
set cross_zone_load_balancing default to true (#6897)
https://github.com/hashicorp/terraform/issues/6891
This commit is contained in:
parent
f4ea28abc1
commit
1f28bf0a74
@ -45,6 +45,7 @@ func resourceAwsElb() *schema.Resource {
|
||||
"cross_zone_load_balancing": &schema.Schema{
|
||||
Type: schema.TypeBool,
|
||||
Optional: true,
|
||||
Default: true,
|
||||
},
|
||||
|
||||
"availability_zones": &schema.Schema{
|
||||
|
Loading…
Reference in New Issue
Block a user