variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

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

variable "environment" {
  default = "prod"
}

variable "ip_set_nat" {
  default = [
    "3.213.73.88/32",
    "3.81.188.77/32",
    "34.196.231.107/32",
    "52.202.238.54/32",
    "34.198.230.207/32",
    "3.211.234.92/32",
    "3.213.93.225/32",
    "52.200.83.186/32",
    "3.213.8.167/32",
  ]
}

variable "ip_set_ny" {
  default = [
    "207.237.185.0/26",
    "4.15.150.128/27",
    "4.15.150.64/27",
  ]
}

variable "ip_set_uk" {
  default = [
    "83.244.137.160/29",
    "83.244.170.48/28",
    "167.98.239.88/29",
    "31.221.8.128/29",
  ]
}

variable "ip_set_vpn" {
  default = [
    "192.168.40.0/22",
    "192.168.32.0/24",
    "162.49.36.0/22",
    "162.49.1.137/32",
  ]
}

variable "waf_ip_set_service_name" {
  default = "gsirt-ioc-ip-set"
}
