Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 09:27:19 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent 27241ef commit a78aaa3
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 @@ -76,7 +76,7 @@ jobs:
- name: TF init
run: |
pushd ${GITHUB_WORKSPACE}/terraform/${{ inputs.environment }}
terraform init -backend-config="./backend_${{ inputs.environment }}.config" || echo "Failed" && exit
terraform init -reconfigure -backend-config="./backend_${{ inputs.environment }}.config" || echo "Failed" && exit
popd
- name: TF plan
Expand Down

0 comments on commit a78aaa3

Please sign in to comment.