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

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

variable "service_name" {
  default = "aws-risk-creds-exposed"
}

variable "application_family" {
  default = "devops"
}
