From 6ddaec074f9272c2daeffb11ed2b5303746edbfe Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 22 Apr 2025 17:16:32 -0400 Subject: [PATCH] not depends_on another module --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"