mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-09 12:02:55 -04:00
The eval system gradually reports the "desired" declarations at various different levels of granularity, and so the planning engine should compare that with the instances in the previous run state to notice when any existing resource instance is no longer in the desired state. This doesn't yet include a real implementation of planning the deletion of such resource instances. Real planning behaviors depend on us having some sort of provider instance and ephemeral resource instance manager to be able to make requests to configured providers, so that will follow in subsequent commits before we can implement the actual planning behaviors. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>