mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Make writing a plan file the default. We already create plans which have no changes so the plan result would need to be checked in automation, so having plans with errors should not pose a problem. If we find workflows which cannot handle a plan that can't be applied, we can reevaluate the need for a specialized flag. In the meantime, it feels more logical that the plan output would always describe the result of the plan, even if that included errors. |
||
---|---|---|
.. | ||
apply_test.go | ||
apply.go | ||
default.go | ||
extended.go | ||
flags.go | ||
output_test.go | ||
output.go | ||
plan_test.go | ||
plan.go | ||
refresh_test.go | ||
refresh.go | ||
show_test.go | ||
show.go | ||
test_test.go | ||
test.go | ||
types.go | ||
validate_test.go | ||
validate.go | ||
view_test.go | ||
view.go |