Copy default versions to lockfile directory before tf init

This commit is contained in:
Julio Castillo 2023-04-23 00:49:28 +02:00
parent 20ccf7416f
commit 1b4e8eb305
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
- shell: bash
run: |
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
cp default-versions.tf tools/lockfile
cd tools/lockfile
terraform init