Skip to content

Commit

Permalink
test vars in provider regen
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 31, 2025
1 parent f9dc81d commit e84e474
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lab/_envcommon/helm-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
mock_outputs = {
cluster_name = "a-cluster-name"
region = "a-aws-region"
}
}

inputs = {
Expand Down
4 changes: 0 additions & 4 deletions lab/_envcommon/kube-provider.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
dependency "eks" {
config_path = "${get_original_terragrunt_dir()}/../eks"
mock_outputs = {
cluster_name = "a-cluster-name"
region = "a-aws-region"
}
}

inputs = {
Expand Down
2 changes: 2 additions & 0 deletions lab/root.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ provider "aws" {
profile = "${local.aws_profile}"
default_tags {
tags = {
clsuter_name = "${local.cluster_name}"
module_name = "${local.module_name}"
created_by = "${local.creator}"
created_for = "${local.creator}"
created_reason = "${local.created_reason}"
Expand Down

0 comments on commit e84e474

Please sign in to comment.