Files
tree-sitter-jhcl/fuzz/corpus/deef05c0d07e36b58fbc516ca8be435c938e60ef

17 lines
215 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_instance" "foo" {
}
module "child" {
source = "./child"
}
output "root_id" {
value = "${aws_instance.foo.id}"
}
output "ch}
output "grandchild_id" {
value = "${module.child.grandchild_id}"
}