add enable_object_retention argument (#2657)

* add enable_object_retention argument

* add enable_object_retention argument - solve linting error

* add enable_object_retention argument - fix variable ending
This commit is contained in:
kejti23
2024-11-05 17:27:29 +01:00
committed by GitHub
parent 08e4d338cd
commit caddfef424
4 changed files with 35 additions and 27 deletions

View File

@@ -43,6 +43,12 @@ variable "default_event_based_hold" {
default = null
}
variable "enable_object_retention" {
description = "Enables object retention on a storage bucket."
type = bool
default = null
}
variable "encryption_key" {
description = "KMS key that will be used for encryption."
type = string