10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
|
resource "test_object" "A" {}
|
|||
|
|
|
|||
|
|
resource "test_object" "B" {
|
|||
|
|
test_string = "${test_object.A.test_string}"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
resource "test_object" "C" {
|
|||
|
|
te<74><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>st_string = "${test_object.B.test_string}"
|
|||
|
|
}
|