Skip to content

Commit

Permalink
fix(terraform): Correcting days_from_hiding_to_deleting value
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Nov 19, 2023
1 parent ab995bd commit ae7fb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/b2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ resource "b2_bucket" "backups" {
algorithm = "AES256"
}


lifecycle_rules {
file_name_prefix = ""
days_from_hiding_to_deleting = null
days_from_hiding_to_deleting = 1
days_from_uploading_to_hiding = null
}
}

0 comments on commit ae7fb84

Please sign in to comment.