mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
In any situation where we return a plan object along with some errors we'll also explicitly annotate the plan object as being errored so that we can catch if someone accidentally tries to apply that incomplete plan. At the moment this situation is impossible to reach but in a later commit we'll make it possible to save errored plans to disk for further inspection, at which point it'll become important to not allow applying them. |
||
---|---|---|
.. | ||
testdata/test-config | ||
config_snapshot_test.go | ||
config_snapshot.go | ||
doc.go | ||
planfile_test.go | ||
reader.go | ||
tfplan_test.go | ||
tfplan.go | ||
writer.go |