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

variable "environment" {
  default = "networking"
}

variable "service_name" {
  default = "qa-ioc-block-list"
}

variable "application_family" {
  default = "devops"
}
