Skip to content

Commit

Permalink
FEATURE: add reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabri Rivas committed Jul 14, 2024
1 parent 786faaa commit 865e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: Plan
path: ${{ inputs.TF_WORKING_DIRECTORY }}/terraform.plan
path: ${{ inputs.TF_WORKING_DIRECTORY }}/
- name: Terraform Apply
working-directory: ${{ inputs.TF_WORKING_DIRECTORY }}
run: terraform init && terraform apply terraform.plan

0 comments on commit 865e0b8

Please sign in to comment.