wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

feat: Bucket versioning #93

Open szymon-piechowicz-wandb opened 7 months ago

szymon-piechowicz-wandb commented 7 months ago

Fixes WB-16037

Description

Deleting data is risky. To make sure we can recover accidentally deleted files, we enable bucket versioning and keep non-current versions for 30 days.

We block artifact garbage collection until bucket versioning is enabled.

Relevant docs:

Test plan

TBD

jsbroks commented 1 month ago

/test