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

10 lines
164 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
module "child" {
source = "./child"
}
resource "test_object" "create" {}
resource "test_object" "other" {
test_string = "${test_object.create.test_string}"
}