variable "vpc_id" {
  description = "ID of the existing VPC"
  type        = string
}

variable "vpc_cidr_block" {
  description = "CIDR block of the existing VPC"
  type        = string
}
