Skip to content

Commit

Permalink
Remove lifecycle condition from public build bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Dec 16, 2024
1 parent 43ce26c commit d61d30c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/buckets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,6 @@ resource "google_storage_bucket" "public_builds_storage_bucket" {
soft_delete_policy {
retention_duration_seconds = 0
}

lifecycle_rule {
condition {
age = 8
}

action {
type = "Delete"
}
}
}

resource "google_storage_bucket_iam_member" "public_builds_storage_bucket_iam" {
Expand Down

0 comments on commit d61d30c

Please sign in to comment.