github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/pass_with_local_variable/tests/testmodule/main.tf (about)

     1  variable "foo" {
     2    type = string
     3  }