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

variable "environment" {
  default = "prod"
}

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

variable "replication_destination" {
  default = "qa-neighbouring-rights"
}
