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 Feb 12, 2025
1 parent cd895e6 commit f8163ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lab/_envcommon/helm-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
generate "helm-provider" {
path = "helm-provider.tf"
if_exists = "overwrite"
Expand All @@ -23,7 +22,6 @@ data "aws_eks_cluster" "this" {
%{ endif }
EOF
}
=======
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
}
Expand Down
2 changes: 0 additions & 2 deletions lab/_envcommon/kube-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
generate "kube-provider" {
path = "kube-provider.tf"
if_exists = "overwrite"
Expand All @@ -21,7 +20,6 @@ data "aws_eks_cluster" "this" {
%{ endif }
EOF
}
=======
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
}
Expand Down

0 comments on commit f8163ea

Please sign in to comment.