blob: d154cc264218685fa59204902540c23f11248209 [file] [log] [blame]
resource "test_thing" "a" {
}
resource "test_thing" "b" {
nested {
foo = test_thing.a.id
}
}