Skip to content

Commit

Permalink
fix(terraform): apply job should fail if unable to restore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen committed Dec 12, 2024
1 parent 420dcf8 commit 856513a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ jobs:
with:
path: ${{ needs.terraform-plan.outputs.plugin-cache-dir }}
key: ${{ needs.terraform-plan.outputs.cache-primary-key }}
fail-on-cache-miss: true

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
Expand Down

0 comments on commit 856513a

Please sign in to comment.