Skip to content

Commit

Permalink
add explicit depends_on for loki chart
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 22, 2026
1 parent f5e018b commit d3f4064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ module "loki_irsa_role" {
}

resource "helm_release" "loki" {
depends_on = [
module.images,
module.loki_irsa_role,
module.loki_s3
]
atomic = true
chart = "loki"
cleanup_on_fail = true
Expand Down

0 comments on commit d3f4064

Please sign in to comment.