mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-05 06:01:56 -04:00
The pruneUnusedNodes transformer was skipping root level locals and variables, causing them to be left in the graph during a full destroy. Use the return value from temporaryValue to indicate if the node is truly temporary or not, rather then keeping the entire root module.