github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/invalid-modules/nullable-with-default-null/main.tf (about)

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