github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/invalid-modules/nullable-with-default-null/main.tf (about) 1 variable "in" { 2 type = number 3 nullable = false 4 default = null 5 }