blob: 8e52386ac97d6c569b4d52ca0fb0baf30dabb3b3 [file] [log] [blame]
run "test" {
command = apply
plan_options {
mode = refresh-only
}
assert {
condition = test_resource.example.value == "bar"
error_message = "wrong value"
}
}