Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%graph-builder-plan-attr-as-blocks%attr-as-blocks.tf

9 lines
102 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test_thing" "a" {
}
resource "test_thing" "b" {
nested {
foo = test_thing.a.id
}
}