This is a simple fork replacing terraform executable to make it work with terragrunt projects.
Helps refactoring terragrunt code by offering an interactive prompt for the terragrunt state mv
command.
build it yourself using
go get github.com/mbode/terraform-state-mover
or clone repository and run
go build
terragrunt-state-mover
Extra arguments after a --
are passed to the terragrunt plan
call. This makes the following possible:
Pull requests are welcome. Please make sure to update tests as appropriate.