4 lines
144 B
Plaintext
4 lines
144 B
Plaintext
|
|
resource "tce "test_object" "B" {
|
||
|
|
test_string = "${test_object.A.test_string}"
|
||
|
|
}
|