github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/invalid-modules/nullable-with-default-null/main.tf (about)

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