diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index a46cc96..da1bd11 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -19,6 +19,8 @@ jobs: GITHUB_OWNER: CSVD GITHUB_BASE_URL: https://github.e.it.census.gov TF_WORKSPACE: ${{ vars.terraform_workspace }} + TF_CLI_ARGS_plan: -lock-timeout=30m + TF_CLI_ARGS_apply: -lock-timeout=30m # Steps represent a sequence of tasks that will be executed as part of the job steps: