about summary refs log tree commit diff
path: root/ops/gcp-backups/main.tf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ops: remove everything under opsFranck Cuny2023-05-121-164/+0
| | | | | I don't use terraform anymore and GCP services, so I can get rid of everything there.
* feat(ops/gcp-backups): add terraform configuration for GCP bucketsFranck Cuny2022-08-151-0/+164
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>