github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/override_with_tests_dir_variables/tests/main.tftest.hcl (about)

     1  run "validate_test_resource" {
     2    assert {
     3      condition     = test_resource.testRes.value == "ValueFROMtests/tfvars"
     4      error_message = "invalid value"
     5    }
     6  }