Skip to content

Commit

Permalink
Fix refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Nov 23, 2020
1 parent 75d5f8b commit 41791a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/eks-aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ resource "helm_release" "app_of_apps" {
]

depends_on = [
helm_release.argocd,
module.argocd,
]
}
2 changes: 1 addition & 1 deletion modules/k3os-libvirt/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "helm_release" "app_of_apps" {
]

depends_on = [
helm_release.argocd,
module.argocd,
]
}

Expand Down

0 comments on commit 41791a3

Please sign in to comment.