diff --git a/lab/_envcommon/helm-provider.hcl b/lab/_envcommon/helm-provider.hcl index 2ac86ee..b582032 100644 --- a/lab/_envcommon/helm-provider.hcl +++ b/lab/_envcommon/helm-provider.hcl @@ -26,10 +26,6 @@ EOF ======= dependency "eks" { config_path = "${get_original_terragrunt_dir()}/../eks" - mock_outputs = { - cluster_name = "a-cluster-name" - region = "a-aws-region" - } } inputs = { diff --git a/lab/_envcommon/kube-provider.hcl b/lab/_envcommon/kube-provider.hcl index 31e1307..fe6d085 100644 --- a/lab/_envcommon/kube-provider.hcl +++ b/lab/_envcommon/kube-provider.hcl @@ -24,10 +24,6 @@ EOF ======= dependency "eks" { config_path = "${get_original_terragrunt_dir()}/../eks" - mock_outputs = { - cluster_name = "a-cluster-name" - region = "a-aws-region" - } } inputs = { diff --git a/lab/root.hcl b/lab/root.hcl index 6c5d5cb..a200064 100644 --- a/lab/root.hcl +++ b/lab/root.hcl @@ -77,6 +77,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}"