Pin provider versions in cache

This commit is contained in:
Julio Castillo 2023-04-23 01:30:37 +02:00
parent 3cd3106695
commit cc73c30c08
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
- shell: bash
run: |
cp default-versions.tf tools/lockfile
sed -i 's/>=\(.*# tftest\)/=\1/g' tools/lockfile/default-versions.tf;
cd tools/lockfile
terraform init