github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/terraform/testdata/validate-var-no-default-explicit-type/main.tf (about)

     1  variable "maybe_a_map" {
     2    type = map(string)
     3  
     4    // No default
     5  }