github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/simple_pass_very_nested/tests/subdir/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  }