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

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

variable "environment" {
  default = "networking"
}

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

variable "vpc_name" {
  description = "The name of the VPC"
  default     = "shared"
}

variable "orcd_dev_vpc_id" {
  default = "vpc-34dbfd51"
}

variable "orcd_prod_vpc_id" {
  default = "vpc-7f0e841a"
}

variable "permissions_platform_qa_vpc_id" {
  default = "vpc-0033f8c307d82e9ec"
}

variable "permissions_platform_prod_vpc_id" {
  default = "vpc-0a4234f7a329aa147"
}
