about summary refs log tree commit diff
path: root/ops/gcp-backups/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ops(terraform): individual actions for init/plan/applyFranck Cuny2022-10-041-3/+11
| | | | | Don't do all of these actions together, instead provide helpers for both init, plan, and apply.
* feat(ops/gcp-backups): add terraform configuration for GCP bucketsFranck Cuny2022-08-151-0/+20
This terraform configuration is to create the buckets that I'm using for various buckets. Doing this through the UI is difficult, as there are too many options, it's easy to have different buckets with different settings when I need them to be identical, no way to review what the change is going to look like, etc. Change-Id: I8ee15939559e7632e2df9d17cfaec75d756930b6 Reviewed-on: https://cl.fcuny.net/c/world/+/713 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>