diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index 53ec985..bcf23cf 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -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