Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Dec 22, 2023
1 parent d556fa0 commit 2de06d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patterns/vpc-lattice/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ resource "helm_release" "demo_application" {
chart = "./charts/demo-application"
create_namespace = true
namespace = "apps"

depends_on = [module.addons]
}

################################################################################
Expand Down

0 comments on commit 2de06d6

Please sign in to comment.