Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 8, 2025
1 parent cde4cda commit a302dec
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a302dec

Please sign in to comment.