print lockfiles

This commit is contained in:
Julio Castillo
2023-04-23 00:58:58 +02:00
parent 1b4e8eb305
commit 89fe36b4f4
2 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ runs:
with:
name: lockfile
- shell: bash
run: |
cat tools/lockfile/.terraform.lock.hcl
- name: Cache Terraform
uses: actions/cache@v3
with: