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

     1  section {
     2    variable "person" {
     3      type = object(person)
     4    }
     5  
     6    variable "number" {
     7      type = number
     8    }
     9  
    10    variable "cars" {
    11      type = list(car)
    12    }
    13  }