Files
tree-sitter-jhcl/fuzz/corpus/83941f005cbb9ecfc2d3681720f836b0197b8802

10 lines
144 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_instance" "parent" {
count = 2
}
module "child" {
source = "./child"
thi<ngs = "${join(",", aws_instance.parent.*.id)}"
}