providers/aws: fix ELB acceptance test

This commit is contained in:
Mitchell Hashimoto 2015-02-18 15:18:51 -08:00
parent 3a0d88ed73
commit eca5fe3ff3
1 changed files with 1 additions and 1 deletions

View File

@ -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