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

9 lines
130 B
HCL

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