aboutsummaryrefslogtreecommitdiff
path: root/terraform/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop terraform/terranixFranck Cuny2025-11-157-479/+0
|
* configure tailscale openID clientFranck Cuny2025-10-231-0/+25
|
* run my personal website on the dropletFranck Cuny2025-09-061-21/+2
|
* 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.