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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "github-orchardci"
}

variable "github-organization" {
  type        = string
  description = "Github organization"
  default     = "theorchard"
}

variable "application_family" {
  default = "neighbouring-rights"
}
