github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/validate-valid/with-tfvars-file/main.tf (about)

     1  variable "var_without_default" {
     2    type = string
     3  }
     4