provider/aws: change the test to be us-west-2a

This commit is contained in:
stack72 2016-08-11 15:15:23 +12:00
parent cdda4d76d4
commit ec3e442f26
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ EOF
}
resource "aws_elb" "lb" {
name = "test-lb"
availability_zones = ["us-east-1a"]
availability_zones = ["us-west-2a"]
listener {
instance_port = 8000
instance_protocol = "https"