blob: 67754835dd1d2b4cb8b3ae46577c2729f0339556 [file] [log] [blame]
run "validate_test_resource" {
command = plan
assert {
condition = test_resource.foo.value == "bar"
error_message = "invalid value"
}
}
run "apply_test_resource" {
assert {
condition = test_resource.foo.value == "bar"
error_message = "invalid value"
}
}