terraform/internal/command/testdata/query/unknown-config/query.tfquery.hcl

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

8 lines
134 B
HCL
Raw Permalink Normal View History

list "test_instance" "example" {
provider = test
config {
ami = uuid() // forces the config to be unknown at plan time
}
}