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

     1  check "expected_to_fail" {
     2    assert {
     3      condition = test_resource.resource.value != "value"
     4      error_message = "something"
     5    }
     6  }
     7  
     8  run "test" {}