Files
tree-sitter-jhcl/fuzz/corpus/493eaa0f3cf33c0955e92b3436d50536a8cf05da

12 lines
167 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
provider <20>aws" {
value = "${test_instance.bar.value}"
}
resource "aws_instance" "foo" {
bar = "value"
}
resource "test_instance" "bar" {
value = "yes"
}