opentofu/terraform/testdata/apply-destroy-outputs
James Bardin a0567458e2 ensure root module locals and vars are pruned
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.
2020-07-10 09:30:03 -04:00
..
main.tf ensure root module locals and vars are pruned 2020-07-10 09:30:03 -04:00