opentofu/terraform/test-fixtures/apply-module-destroy-order
Martin Atkins 55103985f7 core: Fix TestContext2Apply_moduleDestroyOrder
This test was occasionally failing due to a missing graph edge causing it
to be non-deterministic.

The graph edge was missing because our standard schema doesn't quite match
the config fixture and so the reference checker was not finding the "blah"
argument on aws_instance.a.

This change also includes an 100ms pause for the b node just to make this
potential race more likely to hit the "wrong" ordering when the graph is
not complete.
2018-10-16 19:14:11 -07:00
..
child core: Fix TestContext2Apply_moduleDestroyOrder 2018-10-16 19:14:11 -07:00
main.tf core: Fix TestContext2Apply_moduleDestroyOrder 2018-10-16 19:14:11 -07:00