terraform/internal/command/testdata/query/basic/query.tfquery.hcl

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

8 lines
91 B
HCL
Raw Permalink Normal View History

list "test_instance" "example" {
provider = test
config {
ami = "ami-12345"
}
}