blob: 242bb33590415ddc9668ddc0e8db809dc42c6f7f [file] [log] [blame]
resource "test_object" "a" {}
resource "test_object" "b" {
test_string = "${test_object.a.test_string}"
}
resource "test_object" "c" {
test_string = "${test_object.b.test_string}"
}