7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
|
resource "test_object" "A" {}
|
|||
|
|
|
|||
|
|
resource "test_object" "B" {
|
|||
|
|
test_string = "${te<74>st_object.A.test_string}"
|
|||
|
|
test_object.B.test_string}"
|
|||
|
|
}
|