github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/test/testdata/validate/outputs/missing-outputs.tfdoc.hcl (about) 1 section { 2 output "person" { 3 type = object(person) 4 } 5 6 output "number" { 7 type = number 8 } 9 10 output "cars" { 11 type = list(car) 12 } 13 }