description = "AWS Resource Tags to apply to this bucket"
}
variable"application"{
description = "The AWS myApplication to be associated with this cluster"
type = object({
arn = string
name = string
description = string
application_tag = map(string)
})
default = null
}
variable"ia_lifecycle_policy"{
default = "AFTER_30_DAYS"
description = "The lifecycle policy for transitioning to IA storage"
type = string
validation{
error_message = "Must be one of AFTER_1_DAY, AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS, AFTER_180_DAYS, AFTER_270_DAYS, AFTER_365_DAYS."
description = "The lifecycle policy for transitioning to Archive storage"
type = string
validation{
error_message = "Must be one of AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS, AFTER_180_DAYS, AFTER_270_DAYS, AFTER_365_DAYS."