
variable "aws_region" {
  description = "The AWS region to create the logs bucket in"
  default     = "us-east-1"
}

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

variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "ecommerce"
}

variable "application_family" {
  default = "security-tools"
}

variable "aggregated_s3_logs_bucket" {
  default = "shared-orcd-s3-logs"
}

variable "aggregated_s3_logs_bucket_us_east_2" {
  default = "shared-orcd-s3-logs-us-east-2"
}

variable "team_name" {
  default     = "devops"
}
