github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/validate-valid/with-tfvars-file/main.tf (about)

     1  variable "var_without_default" {
     2    type = string
     3  }
     4