Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%plan-targeted-module-with-provider%child2%main.tf
2021-09-19 12:00:18 +02:00

8 lines
95 B
HCL

variable "key" {}
provider "null" {
key = "${var.key}"
}
resource "null_resource" "foo" {}