aboutsummaryrefslogtreecommitdiff
path: root/infra/tf/backups-bucket/main.tf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* manage terraform configuration with terranixFranck Cuny2025-08-311-43/+0
| | | | | | | | | 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.
* write the terraform configuration in HCLFranck Cuny2025-08-091-0/+43
This will become more tricky over time. Using HCL is not as elegant and forces me to learn yet another DSL, but this will be easier to debug if I'm stuck with something I don't know how to do.