Skip to content

Commit

Permalink
Iterating GH Action Mon Jan 6 03:29:37 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent 68116aa commit 0a79b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: TF plan
uses: dflook/terraform-plan@v1
with:
path: ${GITHUB_WORKSPACE}/terraform/${{ inputs.environment }}/main.tf
path: "${GITHUB_WORKSPACE}/terraform/${{ inputs.environment }}/main.tf"
backend_config_file: "${GITHUB_WORKSPACE}/terraform/${{ inputs.environment }}/backend_${{ inputs.environment}}.config"

# - name: TF apply
Expand Down

0 comments on commit 0a79b92

Please sign in to comment.