mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 13:45:28 -06:00
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
Block a user