diff --git a/main.tf b/main.tf index 24745f4..720efa6 100644 --- a/main.tf +++ b/main.tf @@ -16,12 +16,12 @@ module "eks" { private_subnets = module.vpc.private_subnets } -module "loadbalancer-controller" { - depends_on = [module.eks] - source = "./modules/loadbalancer-controller" - oidc_provider_arn = module.eks.oidc_provider_arn - name = var.nlb_name - cluster_name = module.eks.cluster_name - region = var.region - vpc_id = module.vpc.vpc_id -} \ No newline at end of file +# module "loadbalancer-controller" { +# depends_on = [module.eks] +# source = "./modules/loadbalancer-controller" +# oidc_provider_arn = module.eks.oidc_provider_arn +# name = var.nlb_name +# cluster_name = module.eks.cluster_name +# region = var.region +# vpc_id = module.vpc.vpc_id +# } \ No newline at end of file