variable "client_name" {
  type        = string
  default     = ""
  description = "Client Name for use as a prefix"
}

variable "stage" {
  type        = string
  default     = ""
  description = "Envrionment stage"
}

variable "guardduty_lifecycle_days" {
  type        = number
  default     = 365
  description = "S3 Bucket for GuardDuty Lifecycle Logs"
}

variable "access_logs_bucket" {
  type        = string
  description = "Access logs bucket"
  default     = ""
}
