mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
Print module path for lockfile to be generated
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
415d7e99cc
commit
407a568df4
@ -143,6 +143,7 @@ check() {
|
||||
done
|
||||
echo "This may take 5-10 min..."
|
||||
for module in "${terraformLockModules[@]}"; do
|
||||
echo "Generating lock file for ${module}"
|
||||
${terraform} -chdir="${module}" init > /dev/null
|
||||
${terraform} -chdir="${module}" providers lock -platform=linux_arm64 > /dev/null
|
||||
${terraform} -chdir="${module}" providers lock -platform=linux_amd64 > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user