provider/aws: Fix failing ecs acceptance test w/ ALB (#11367)

This commit is contained in:
Radek Simko 2017-01-23 23:58:30 +00:00 committed by Paul Stack
parent b288423ce3
commit e81d096699
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ resource "aws_alb_target_group" "test" {
resource "aws_alb" "main" {
name = "tf-acc-test-test-alb-ecs"
internal = true
subnets = ["${aws_subnet.main.*.id}"]
}