From 6d0561e72fb50d7aff364b669206d849ac13b7a8 Mon Sep 17 00:00:00 2001 From: Elran Shefer Date: Sun, 15 Sep 2024 00:38:54 +0300 Subject: [PATCH] chore: added more todos --- README.md | 6 +++++- examples/terraflex.yaml | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ffffd..8732541 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,9 @@ pipx upgrade terraflex ## TODO -- [ ] bundle standalone binary using PyInstaller - [ ] CI/CD flow +- [ ] Support encryption key rotation +- [ ] Rclone storage provider? +- [ ] Databases storage provider +- [ ] Tests +- [ ] bundle standalone binary using PyInstaller? \ No newline at end of file diff --git a/examples/terraflex.yaml b/examples/terraflex.yaml index 72d2436..ddf5ecf 100644 --- a/examples/terraflex.yaml +++ b/examples/terraflex.yaml @@ -54,6 +54,7 @@ stacks: provider: git params: path: terraform.tfstate + my-stack2: transformers: - encryption2 @@ -61,7 +62,7 @@ stacks: provider: git params: path: terraform2.tfstate - + my-stack3: transformers: - encryption3