Skip to content

Commit

Permalink
Update terraform-plan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 authored Mar 11, 2024
1 parent b565c8f commit 3ea3fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
with:
fetch-depth: 0

- name: Setup test matrix scenarios
id: setup-matrix-scenarios
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:

- name: Terraform Plan
working-directory: ${{ env.TERRAFORM_MODULES_DIR }}
run: terraform plan -var-file "$TERRAFORM_INPUT_FILE" -var="json_input=$INPUT_JSON"
run: terraform plan -var-file "$TERRAFORM_INPUT_FILE" -var="json_input=$INPUT_JSON"

0 comments on commit 3ea3fc9

Please sign in to comment.