terraform/internal/command/testdata/query/invalid-syntax/query.tfquery.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
196 B
HCL
Raw Permalink Normal View History

list "test_instance" "example" {
provider = test
config {
ami = "ami-12345"
}
}
// resource type not supported in query files
resource "test_instance" "example" {
provider = test
}