blob: 0f249b384a3aa43c8d4ba10136be65370187163c [file] [log] [blame]
resource "test_instance" "foo" {
count = 3
}
resource "test_load_balancer" "foo" {
instances = test_instance.foo.*.id
}