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

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

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

variable "environment" {
  default = "shared"
}

variable "account_group" {
  description = "The name of the account group that the account belongs to"
  default     = "orcd"
}

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