provider/aws: Fix failing ecs acceptance test w/ ALB (#11367)
This commit is contained in:
parent
b288423ce3
commit
e81d096699
|
@ -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}"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue