variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

variable "environment" {
  description = "The environment to create the logs bucket for"
  default     = "qa"
}

# Account group is account ID for disaster recovery
variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "test-automation"
}

variable "s3_logs_bucket_arn" {
  default = "arn:aws:s3:::shared-orcd-guardduty-logs"
}

variable "kms_key_arn" {
  default = "arn:aws:kms:us-east-1:086679231553:key/f0de9bfc-30c8-4cfe-a8b5-217ded9d6db2"
}
