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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user