variable "environment" {
  type    = string
  default = "shared"
}

variable "aws_region" {
  type    = string
  default = "us-east-1"
}

variable "service_name" {
  type        = string
  description = "The name of the service. The combination of this and environment must be unique across all Atlantis instances."
  default     = "pull-request-review"
}

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