Files
opentf/internal/command/testdata/test/broken_wrong_block_check/main.tftest.hcl
2023-08-28 16:21:40 +03:00

9 lines
147 B
HCL

check "expected_to_fail" {
assert {
condition = test_resource.resource.value != "value"
error_message = "something"
}
}
run "test" {}