variable "tags" { description = "Tags to add to the resource (in addition to global standard tags)" type = map(any) default = {} } variable "name" { type = string } variable "trusted_arns" { type = list(string) } variable "description" { type = string } variable "bucket" { type = string } variable "kms_key_ids" { type = list(string) default = [] }