From 1f28bf0a74c4a78aa9582c5ef05596fd564e43ee Mon Sep 17 00:00:00 2001 From: Anshul Sharma Date: Thu, 2 Jun 2016 16:38:46 +0530 Subject: [PATCH] set cross_zone_load_balancing default to true (#6897) https://github.com/hashicorp/terraform/issues/6891 --- builtin/providers/aws/resource_aws_elb.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_elb.go b/builtin/providers/aws/resource_aws_elb.go index 332d112fe0..11016525b0 100644 --- a/builtin/providers/aws/resource_aws_elb.go +++ b/builtin/providers/aws/resource_aws_elb.go @@ -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{