
module "cognito" {

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

  cognito_user_pool_list = ${COGNITO_USER_POOL_LIST}
  cognito_identity_pool_list = ${COGNITO_IDENTITY_POOL_LIST}
}