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

     1  run "validate_test_resource" {
     2    assert {
     3      condition = test_resource.foo.value == "bar"
     4      error_message = "invalid value"
     5    }
     6  }