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 ca0cb29 commit 899214fCopy full SHA for 899214f
1 file changed
.github/workflows/test.yml
@@ -12,8 +12,6 @@ permissions:
12
13
env:
14
TF_IN_AUTOMATION: true
15
- TF_PLUGIN_CACHE_DIR: ${{ runner.temp }}/.terraform.d/plugin-cache
16
- TFLINT_PLUGIN_DIR: ${{ runner.temp }}/.tflint.d/plugins
17
18
jobs:
19
lint:
@@ -35,7 +33,7 @@ jobs:
35
33
- name: cache tf plugins
36
34
uses: actions/cache@v4
37
with:
38
- path: ${{ env.TF_PLUGIN_CACHE_DIR }}
+ path: ${{ runner.temp }}/.terraform.d/plugin-cache
39
key: tf-plugins-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}
40
41
- name: initialize terraform
0 commit comments