mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
This doesn't actually work yet. It's just to sketch out a minimal overall sequence of steps to make this behave somewhat like the main implementation of "tofu plan", and then we'll make it work better in subsequent commits. The main omission as of this commit is that we don't yet pass module, provider, and provisioner dependency access objects in the EvalContext, and so config loading immediately fails trying to request the root module from a nil object. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>