variable "aws_region_id" {
  type        = string
  description = "The id of the region in AWS"
  default     = "us-east-1"
}



variable "allowed_envs" {
  type        = list(string)
  description = <<DESCR
List of environments, rules for which will be included in the output.
Allowed values:
apollo dev
apollo new dev
apollo new qa
apollo new stage
apollo new uat
apollo prod
apollo new prod
artistapp dev
artistapp qa
artistapp stage
artistapp prod
core dev
core qa
core uat
core prod
delphi dev
delphi qa
delphi stage
delphi prod
infra dev
infra dev jenkins
whitelist dev
whitelist qa
whitelist uat
whitelist prod
DESCR
  default     = []
}
