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

9 lines
124 B
HCL

resource "aws_instance" "foo" {
connection {
user = "test"
}
provisioner "shell" {
test_string = "test"
}
}