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 38a1cb9 commit aded32bCopy full SHA for aded32b
.github/workflows/tf_module_check.yaml
@@ -31,6 +31,11 @@ jobs:
31
- id: tf_fmt
32
name: "Terraform: Check formatting"
33
run: terraform fmt -check -diff -recursive ./
34
+ - name: "Terraform: Cache providers directory"
35
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
36
+ with:
37
+ path: ./.terraform/providers
38
+ key: tf-${{ steps.tf_version.outputs.TF_VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.terraform.lock.hcl') }}
39
- id: tf_init
40
name: "Terraform: Prepare working directory"
41
run: terraform init -backend=false
0 commit comments