variable "environment" {
  type        = string
  description = "The name of the environment"
}

variable "available_ip_limit" {
  type        = number
  description = "Minimum available IPs required in a subnet. Set to 0 to skip IP filtering"
  default     = 25
}
