variable "environment" {
  description = "The name of the environment"
  default     = "dev"
}

variable "account_group" {
  description = "The account group"
  default     = "orcd"
}

variable "org_ou_arn" {
  description = "Organization OU for Orchard AWS accounts"
  default     = "arn:aws:organizations::970903126758:ou/o-bqioddgr91/ou-ax9e-vu43qt3i"
}
