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

8 lines
101 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "key" {}
provider "test" {
test_string = "${var.key}"
}
resource "test_object" "foo" {}