github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/configs/testdata/invalid-modules/nullable-with-default-null/main.tf (about)

     1  variable "in" {
     2    type = number
     3    nullable = false
     4    default = null
     5  }