blob: c8c5fb17c71ea969d80f3b377491d7c06006e87b [file] [log] [blame]
variables {
first = "value"
second = "value"
}
run "some_run_block" {
command=plan
plan_options={
refresh=false
}
assert {
condition = var.input == 12
error_message = "something"
}
}