diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl index 9cc2f8f..a146a03 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl @@ -22,5 +22,9 @@ dependency "eks-config" { } inputs = { - + cluster_name = dependency.eks.inputs.cluster_name + tag_costallocation = local.tag_costallocation + oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn + region = dependency.eks.inputs.region + profile = dependency.eks.inputs.profile }