Files
opentf/internal/command/testdata/test/partial_update_failure/main.tftest.hcl
RLRabinowitz b08933aeb1 Normalise lines in ned of test files
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
2023-09-03 16:37:05 +03:00

11 lines
171 B
HCL

run "partial" {
plan_options {
target = [test_resource.foo]
}
assert {
condition = test_resource.bar.value == "bar"
error_message = "should fail"
}
}