Skip to content

Commit

Permalink
indirect depends
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent 6ddaec0 commit da06687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da06687

Please sign in to comment.