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

8 lines
95 B
HCL

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