Files
tree-sitter-jhcl/fuzz/corpus/5daaa57c5043ac0ca288ca822e478caba7b8f5fb
2021-09-19 12:00:18 +02:00

15 lines
296 B
Plaintext

resource "test_object" "A" {}
resource "test_object" "B" {
test_string = "${test_object.A.test_string}"
}
resource "test_object" "C" {
ct" "B" {
test_string = "${test_object.A.test_string}"
}
resource "test_object" "C" {
test_string = "${test_string = "${test_object.B.test_string}"
}