Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%validate-module-pc-vars%child%main.tf
2021-09-19 12:00:18 +02:00

8 lines
94 B
HCL

variable "value" {}
provider "aws" {
foo = var.value
}
resource "aws_instance" "foo" {}