Skip to content

Commit

Permalink
add depends_on again
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent 0bb378f commit a89dc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ module "ingress_resources" {
}

module "post_install" {
depends_on = [helm_release.keycloak, module.ingress_resources]
# 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"
Expand Down

0 comments on commit a89dc99

Please sign in to comment.