mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-06 18:01:46 -04:00
There's now enough here to produce a data structure where each ephemeral resource instance is associated with all of the resource instances that must complete planning before it can be closed. This also doubles as the first demonstration of dynamic analysis of resource instance dependencies using cty marks, with TestPrepare_ephemeralResourceUsers illustrating the more precise results. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>