Skip to content

Commit

Permalink
Merge branch 'main' of github.e.it.census.gov:CSVD/aws-image-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 19, 2024
2 parents 1ad5e5b + 780b2cb commit d222718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-apply-csvd-dev-ew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ steps.aws_auth.outputs.aws_access_key_id }}
AWS_SECRET_ACCESS_KEY: ${{ steps.aws_auth.outputs.aws_secret_access_key }}
AWS_SESSION_TOKEN: ${{ steps.aws_auth.outputs.aws_session_token }}
HTTP_PROXY: ${{ vars.http_proxy }}
HTTPS_PROXY: ${{ vars.https_proxy}}
NO_PROXY: ${{ vars.no_proxy}}

- name: Terraform Plan
id: terraform_plan
Expand Down

0 comments on commit d222718

Please sign in to comment.