Skip to content

Commit

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

0 comments on commit 6ddaec0

Please sign in to comment.