aboutsummaryrefslogtreecommitdiff
path: root/ops/gcp-backups (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-04ops(terraform): individual actions for init/plan/applyFranck Cuny1-3/+11
Don't do all of these actions together, instead provide helpers for both init, plan, and apply.
2022-08-15feat(ops/gcp-backups): add terraform configuration for GCP bucketsFranck Cuny4-0/+192
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>