You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Allow destroy of S3 bucket with objects"
type = bool
default = false
}
variable "kms_master_key_arn" {
description = "The AWS KMS master key ARN used for the `SSE-KMS` encryption. The default aws/s3 AWS AES256 master key is used if this element is absent"
type = string
default = ""
}
variable "tags" {
description = "Specifies object tags key and value. This applies to all resources created by this module."