Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%graph-builder-apply-basic%child%main.tf
2021-09-19 12:00:18 +02:00

8 lines
148 B
HCL

resource "test_object" "create" {
provisioner "test" {}
}
resource "test_object" "other" {
test_string = "${test_object.create.test_string}"
}