variable "environment" {
  default = "networking"
}

variable "application_family" {
  default = "devops"
}

variable "team_name" {
  default = "devops"
}

variable "vpc_id" {
  description = "The ID of the VPC to manage the transit gateway attachment for"
  default     = "vpc-0630c375cbb0cacf4"
}

variable "vpc_name" {
  description = "Unique identifier for the VPC"
  default     = "eom-prod-digsys-p3"
}

variable "managed_prefix_list_vpc_references" {
  description = "A map of prefix list names to VPC names to create routes for in the attachment's route table"
  default     = {}
}

variable "managed_prefix_list_vpc_references_us_east_1" {
  description = "A map of prefix list names to VPC names to create routes for in the attachment's route table"
  default = [
    "shared-orcd-atlantis-private-subnet-prefix-list"
  ]
}
