From 510d7e6b948a0ff37cd500fa0147060a71d2fd71 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:30:49 +0100 Subject: [PATCH] bazel: explain what updating lockfiles means Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --- bazel/ci/terraform.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/ci/terraform.sh.in b/bazel/ci/terraform.sh.in index 23ba456a89..307637baf5 100644 --- a/bazel/ci/terraform.sh.in +++ b/bazel/ci/terraform.sh.in @@ -64,7 +64,7 @@ check() { done done - echo "The following Terraform modules are excluded and won't be locked:" + echo "The following Terraform modules are excluded and their lockfiles won't be updated:" for exclude in "${excludeLockDirs[@]}"; do for i in "${!terraformLockModules[@]}"; do if [[ ${terraformLockModules[i]} == "${BUILD_WORKSPACE_DIRECTORY}/${exclude}"* ]]; then