mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 03:07:51 -05:00
11 lines
171 B
HCL
11 lines
171 B
HCL
run "partial" {
|
|
plan_options {
|
|
target = [test_resource.foo]
|
|
}
|
|
|
|
assert {
|
|
condition = test_resource.bar.value == "bar"
|
|
error_message = "should fail"
|
|
}
|
|
}
|