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

10 lines
121 B
HCL

provider "aws" {
foo = "bar"
}
resource "aws_instance" "test" {
provisioner "shell" {
test_string = "foo"
}
}