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

variable "github_organization" {
  default = "theorchard"
}

variable "application_family" {
  default = "product-builder"
}
