| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
All the terraform configuration is managed within one state instead of
having multiple state for each components. This might not be the best
practice but it simplifies things for me.
Now, all I need to do is to run `nix run .#tf -- plan` and I can see
what will be changed for all the resources that I care about.
|
| | |
|
| |
|
|
|
| |
In order to keep the flake readable, the various scripts managed by nix
are now moved to their own files under `nix/scripts`.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Add support to move all the tools to python and organize them in a way
that should be simple.
I'm using https://rye-up.com for this.
|
| |
|