Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%refresh-modules%main.tf

6 lines
76 B
Terraform
Raw Normal View History

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