Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%input-interpolate-var%main.tf

8 lines
114 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
module "source" {
source = "./source"
}
module "child" {
source = "./child"
length = module.source.length
}