We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7ef3b commit eb5c5f7Copy full SHA for eb5c5f7
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fmt-validate:
16
runs-on: ubuntu-latest
17
env:
18
- TF_PLUGIN_CACHE_DIR: ${{ runner.temp }}/tf-plugin-cache
+ TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache
19
steps:
20
- uses: actions/checkout@v4
21
- name: Create plugin cache
@@ -50,7 +50,7 @@ jobs:
50
tflint:
51
52
53
54
55
56
0 commit comments