Skip to content

Commit

Permalink
chore: added more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Sep 14, 2024
1 parent 01d57cd commit 6d0561e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
3 changes: 2 additions & 1 deletion examples/terraflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ stacks:
provider: git
params:
path: terraform.tfstate

my-stack2:
transformers:
- encryption2
state_storage:
provider: git
params:
path: terraform2.tfstate

my-stack3:
transformers:
- encryption3
Expand Down

0 comments on commit 6d0561e

Please sign in to comment.