Skip to content

Commit

Permalink
since we do not need outputs consider using dependencies block instead
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 31, 2025
1 parent e84e474 commit 5edf84e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lab/_envcommon/helm-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
dependencies {
paths = ["${get_original_terragrunt_dir()}/../eks"]
}

inputs = {
Expand Down
4 changes: 2 additions & 2 deletions lab/_envcommon/kube-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
dependencies {
paths = ["${get_original_terragrunt_dir()}/../eks"]
}

inputs = {
Expand Down

0 comments on commit 5edf84e

Please sign in to comment.