From eca5fe3ff394e0de089fb646d7ea9172b9f6cb5b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Feb 2015 15:18:51 -0800 Subject: [PATCH] providers/aws: fix ELB acceptance test --- builtin/providers/aws/resource_aws_elb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_elb_test.go b/builtin/providers/aws/resource_aws_elb_test.go index 50563565b..001675a51 100644 --- a/builtin/providers/aws/resource_aws_elb_test.go +++ b/builtin/providers/aws/resource_aws_elb_test.go @@ -425,7 +425,7 @@ resource "aws_elb" "bar" { const testAccAWSELBConfigHealthCheck = ` resource "aws_elb" "bar" { name = "foobar-terraform-test" - availability_zones = ["us-west-2a"] + availability_zones = ["us-west-2a", "us-west-2b", "us-west-2c"] listener { instance_port = 8000