From a302dec1d58d70dc3ff1b9ea8a2844c92e93785c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 8 May 2025 12:44:59 -0400 Subject: [PATCH] wip --- .../vpc/csvd-platform-lab-mcm/eks-pipeline/terragrunt.hcl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-pipeline/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-pipeline/terragrunt.hcl index f900271..f8f222e 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-pipeline/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-pipeline/terragrunt.hcl @@ -71,6 +71,13 @@ inputs = { compute_type = "BUILD_GENERAL1_MEDIUM" image = "aws/codebuild/amazonlinux2-x86_64-standard:3.0" buildspec_path = "security.yml" + environment_variables = { + TERRAGRUNT_PATH = "lab/${include.root.inputs.environment}/${include.root.inputs.aws_region}/vpc/${include.root.inputs.cluster_name}" + REGION = include.root.inputs.aws_region + ENVIRONMENT = include.root.inputs.environment_abbr + AWS_ACCOUNT_ID = include.root.inputs.aws_account_id + PROXY_CONFIG = "http://vlab-proxy.tco.census.gov:3128" + } } approval_configuration = {