terraform/terraform/test-fixtures/graph-builder-apply-module-...
Mitchell Hashimoto 817a593280
terraform: destroy edges should take into account module variables
Fixes #10729

Destruction ordering wasn't taking into account ordering implied through
variables across module boundaries.

This is because to build the destruction ordering we create a
non-destruction graph to determine the _creation_ ordering (to properly
flip edges). This creation graph we create wasn't including module
variables. This PR adds that transform to the graph.
2016-12-14 21:48:09 -08:00
..
A terraform: destroy edges should take into account module variables 2016-12-14 21:48:09 -08:00
main.tf terraform: destroy edges should take into account module variables 2016-12-14 21:48:09 -08:00