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

variable "project_group" {
  type    = string
  default = "delphi"
}
