blob: 8ea02d77384e97f17a282989f15e83b5218e7c3d [file] [log] [blame]
resource "test_instance" "a" {
count = 0
}
resource "test_instance" "b" {
value = test_instance.a[0].value
}