blob: 8afeda4feed2a9ef34d49b1cc04c45a76238de26 [file] [log] [blame]
resource "test_object" "A" {}
resource "test_object" "B" {
test_string = "${test_object.A.test_string}"
}