Add retention policy (#133)
This commit is contained in:
committed by
GitHub
parent
d45934e544
commit
daf3dc41e7
@@ -83,3 +83,9 @@ variable "versioning" {
|
||||
type = map(bool)
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "retention_policies" {
|
||||
description = "Per-bucket retention policy."
|
||||
type = map(map(string))
|
||||
default = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user