variable "aws_region" {
  type        = string
  description = "The AWS region"
  default     = "us-east-1"
}

variable "environment" {
  type        = string
  description = "The environment"
  default     = "prod"
}

variable "application_family" {
  type        = string
  description = "The application family"
  default     = "devops"
}

variable "service_name" {
  type        = string
  description = "The name of the service"
  default     = "orcd-s3-storage-class-analysis"
}
