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

6 lines
157 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
resource "test" "A" {
provisioner "foo" {
command = "${test.A.id}"
}
}