opentofu/internal/plans/planfile
Martin Atkins 6d9ddbacec core: Mark errored plans as errored
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.
2022-12-12 17:17:42 -05:00
..
testdata/test-config Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
config_snapshot_test.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
config_snapshot.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
doc.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
planfile_test.go core: Use the new checks package for condition tracking 2022-08-26 15:47:29 -07:00
reader.go plans/planfile: Include dependency locks in saved plan files 2021-10-01 14:43:58 -07:00
tfplan_test.go states: Two-level representation of check results 2022-08-26 15:47:29 -07:00
tfplan.go core: Mark errored plans as errored 2022-12-12 17:17:42 -05:00
writer.go plans/planfile: Include dependency locks in saved plan files 2021-10-01 14:43:58 -07:00