opentofu/internal/refactoring
Martin Atkins f76a3467dc core: Call into refactoring.ValidateMoves after creating a plan
As of this commit, refactoring.ValidateMoves doesn't actually do anything
yet (always returns nil) but the goal here is to wire in the set of all
declared instances so that refactoring.ValidateMoves will then have all
of the information it needs to encapsulate our validation rules.

The actual implementation of refactoring.ValidateMoves will follow in
subsequent commits.
2021-07-28 13:54:10 -07:00
..
move_execute_test.go refactoring: Stubbing of the logic for handling moves 2021-07-14 17:37:48 -07:00
move_execute.go refactoring: Stubbing of the logic for handling moves 2021-07-14 17:37:48 -07:00
move_statement.go refactoring: Stubbing of the logic for handling moves 2021-07-14 17:37:48 -07:00
move_validate.go core: Call into refactoring.ValidateMoves after creating a plan 2021-07-28 13:54:10 -07:00