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


variable "github_organization" {
  default = "theorchard"
}