Files
opentf/internal/engine
Martin Atkins f5853fd412 execgraph: Initial work on apply-time execution graph
So far this is mainly just the mechanism for building a graph piecemeal
from multiple callers working together as part of the planning engine.

The end goal is for it to be possible to "compile" an assembled graph into
something that can then be executed, and to be able to marshal/unmarshal an
uncompiled graph to save as part of a plan file, but those other
capabilities will follow in later commits.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-10-27 10:15:41 -07:00
..