blob: c6de0ddd73d4eaf3adf72f47377091b33cbdc2e3 [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"
}
}