From da066875d6daa27724b98175560a953d24f8259a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 22 Apr 2025 17:19:41 -0400 Subject: [PATCH] indirect depends --- main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 44139e1..1894c1e 100644 --- a/main.tf +++ b/main.tf @@ -197,12 +197,11 @@ module "ingress_resources" { } module "post_install" { - 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" - namespace = kubernetes_namespace.keycloak.metadata[0].name + namespace = helm_release.keycloak.namespace service_account_name = module.service_account.service_account_name job_name = "keycloak-config-job" config_script = local.config_job_script