github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/simple_fail/main.tftest.hcl (about)

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