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

7 lines
134 B
HCL

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