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

     1  variable "testVar" {
     2    type = string
     3  }
     4  
     5  resource "test_resource" "testRes" {
     6    value = var.testVar
     7  }