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-07d77b1cbe1ac12ee"
}

variable "vpc_name" {
  description = "Unique identifier for the VPC"
  default     = "mc-sec-dev-mcsec-s1"
}
