Skip to content

Commit

Permalink
Disable soft delete on logs bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Sep 20, 2024
1 parent c3fd1e1 commit 2a08820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/buckets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ resource "google_storage_bucket" "loki_storage_bucket" {

labels = var.labels

soft_delete_policy {
retention_duration_seconds = 0
}

lifecycle_rule {
condition {
age = 8
Expand Down

0 comments on commit 2a08820

Please sign in to comment.