diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl index 7dc0e9b..7db3f5e 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl @@ -2,15 +2,15 @@ include "root" { path = find_in_parent_folders() } -# locals { -# tag_costallocation = "census:csvd:platformbaseline" -# tags = { -# "eks-cluster-name" = "platform-eng-eks-mcm" -# "CostAllocation" = "census:csvd:platformbaseline" -# "boc:tf_module_version" = "1.0.0" -# "boc:created_by" = "terraform" -# } -# } +locals { + tag_costallocation = "census:csvd:platformbaseline" + # tags = { + # "eks-cluster-name" = "platform-eng-eks-mcm" + # "CostAllocation" = "census:csvd:platformbaseline" + # "boc:tf_module_version" = "1.0.0" + # "boc:created_by" = "terraform" + # } +} terraform { source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-configuration.git" @@ -33,7 +33,7 @@ inputs = { security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn - tags = local.tags + tags = dependency.eks.inputs.tags tag_costallocation = local.tag_costallocation region = dependency.eks.inputs.region }