aboutsummaryrefslogtreecommitdiff
path: root/terraform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure keycloak with terraformFranck Cuny2025-09-013-0/+171
|
* manage terraform configuration with terranixFranck Cuny2025-08-316-0/+302
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.