Skip to content

Commit

Permalink
Update terraform-apply-csvd-dev-ew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Dec 18, 2024
1 parent c4ac44d commit 780b2cb
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 780b2cb

Please sign in to comment.