mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
This sketches the main happy path of planning for a desired managed resource instance, though doesn't include all of the possible variations that authors can cause with different configuration settings. The main goal here is just to illustrate how the planning step might interact with the work done in the eval system. If we decide to go in this direction then we'll need to bring over all of the complexity from the traditional runtime into this codepath, or possibly find some way to reuse that behavior directory from "package tofu" in the short term. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>