github.com/mineiros-io/terradoc@v0.0.9-0.20220711062319-018bd4ae81f5/test/testdata/validate/outputs/complete.tfdoc.hcl (about)

     1  section {
     2    section {
     3      output "person" {
     4        type = object(person)
     5      }
     6  
     7      output "cars" {
     8        type = list(car)
     9      }
    10    }
    11  
    12    output "beer" {
    13      type = string
    14    }
    15  
    16    section {
    17      section {
    18        output "number" {
    19          type = number
    20        }
    21      }
    22    }
    23  }