module "vpc" {

  source = "./modules/vpc"
  common = local.common

  vpc_list = ${VPC_LIST}
}