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

10 lines
144 B
Plaintext

resource "aws_instance" "parent" {
count = 2
}
module "child" {
source = "./child"
thi<ngs = "${join(",", aws_instance.parent.*.id)}"
}