terraform/internal/refactoring
Martin Atkins b4594551f7 refactoring: TestValidateMoves/cyclic_chain can now pass
When originally filling out these test cases we didn't yet have the logic
in place to detect chained moves and so this test couldn't succeed in
spite of being correct.

We now have chain-detection implemented and so consequently we can also
detect cyclic chains. This commit largely just enables the original test
unchanged, although it does include the text of the final error message
for reporting cyclic move chains which wasn't yet finalized when we were
stubbing out this test case originally.
2021-09-15 08:46:12 -07:00
..
testdata/move-validate-zoo refactoring: First round of ValidateMoves rules 2021-07-29 12:29:36 -07:00
move_execute.go core: Record move result information in the plan 2021-08-30 13:59:14 -07:00
move_execute_test.go fix ApplyMove test with nested modules working 2021-08-20 15:17:06 -04:00
move_statement.go MoveStatement.Name() 2021-08-10 10:11:57 -04:00
move_validate.go refactoring: First round of ValidateMoves rules 2021-07-29 12:29:36 -07:00
move_validate_test.go refactoring: TestValidateMoves/cyclic_chain can now pass 2021-09-15 08:46:12 -07:00