diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-08-10 17:49:50 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-08-15 17:51:38 -0700 |
| commit | da572dabc3c8e6a76c192d47101766044cd293a3 (patch) | |
| tree | fedb235077193f8bda16d2a041915acd3864b8bc /ops/gcp-backups/readme.org | |
| parent | fix(home/terminal): use alacritty's default colors (diff) | |
| download | infra-da572dabc3c8e6a76c192d47101766044cd293a3.tar.gz | |
feat(ops/gcp-backups): add terraform configuration for GCP buckets
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>
Diffstat (limited to 'ops/gcp-backups/readme.org')
| -rw-r--r-- | ops/gcp-backups/readme.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/gcp-backups/readme.org b/ops/gcp-backups/readme.org new file mode 100644 index 0000000..c0f4288 --- /dev/null +++ b/ops/gcp-backups/readme.org @@ -0,0 +1,5 @@ +This terraform configuration set up the various buckets in GCP that I used for different backups. + +Run =nix run .#ops.gcp-backups.setup= to apply the configuration. + +You might need to run =gcloud auth application-default login= first. |
