mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-05 06:01:56 -04:00
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>