From deba39bab87a33d47e52e6c1df2d6eda72f63d9f Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 8 Oct 2024 17:02:45 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 6179783..ceb4f16 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -23,6 +23,7 @@ jobs: TF_WORKSPACE: ${{ vars.terraform_workspace }} TF_CLI_ARGS_plan: -lock-timeout=30m TF_CLI_ARGS_apply: -lock-timeout=30m + NO_PROXY: ${{ vars.no_proxy }} # Steps represent a sequence of tasks that will be executed as part of the job steps: