variable "env_prefix" {
  type        = string
  description = "Prefix of the environment, lowercased"
}

variable "project_group" {
  type        = string
  description = "Project group name, lowercased"
}

variable "whilelisted_ip_set" {
  type = list(object({
    type  = string
    value = string
  }))
  description = "List of ip sets"
}
