mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
provider/aws: Fix failing ecs acceptance test w/ ALB (#11367)
This commit is contained in:
parent
b288423ce3
commit
e81d096699
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue