Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%graph-builder-apply-target-module%main.tf

11 lines
163 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test_object" "foo" {}
module "child1" {
source = "./child1"
instance_id = "${test_object.foo.id}"
}
module "child2" {
source = "./child2"
}