terragrate 0.5.0

Simplifies migrating terraform state based on migration files
Documentation
1
2
3
4
5
6
7
pub mod command;
mod element;
pub mod migration;
pub mod state;
mod transformation;

mod format_list;