Add retention policy (#133)

This commit is contained in:
vanessabodard-voi
2020-09-01 17:48:02 +02:00
committed by GitHub
parent d45934e544
commit daf3dc41e7
4 changed files with 45 additions and 1 deletions

View File

@@ -83,3 +83,9 @@ variable "versioning" {
type = map(bool)
default = {}
}
variable "retention_policies" {
description = "Per-bucket retention policy."
type = map(map(string))
default = {}
}