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

     1  variable "person" {
     2    type = any
     3  }
     4  
     5  variable "cars" {
     6    type = any
     7  }
     8  
     9  variable "number" {
    10    type = number
    11  }