github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/invalid-files/variable-type-unknown.tf (about) 1 variable "bad_type" { 2 type = notatype 3 }