Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%plan-module-var-with-default-value%main.tf
2021-09-19 12:00:18 +02:00

8 lines
104 B
HCL

resource "null_resource" "noop" {}
module "test" {
source = "./inner"
im_a_string = "hello"
}