diff --git a/main.tf b/main.tf index 03c2fce..44139e1 100644 --- a/main.tf +++ b/main.tf @@ -197,7 +197,7 @@ module "ingress_resources" { } module "post_install" { - depends_on = [helm_release.keycloak, module.ingress_resources] + depends_on = [helm_release.keycloak] # tflint-ignore: terraform_module_pinned_source source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job" # source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-config-job.git//config-job"