fix terraform cache, should remove warning

This commit is contained in:
E M 2026-04-24 15:33:32 +10:00
parent aebe3a4262
commit ffde5e0fdc
No known key found for this signature in database

View File

@ -230,6 +230,9 @@ jobs:
key: terraform-google-${{ hashFiles(format('{0}/.terraform.lock.hcl', env.TF_DIR)) }}
restore-keys: terraform-google-
- name: Create Terraform plugin cache dir
run: mkdir -p ~/.terraform.d/plugin-cache
- name: Authenticate to GCP
uses: google-github-actions/auth@v2
with: