From 1079fea7ea53269f8e25543578f69e3db8b5cc8f Mon Sep 17 00:00:00 2001 From: Andrew Babichev Date: Wed, 11 Feb 2026 21:48:29 +0000 Subject: [PATCH 1/2] docs(readme): update link to the latest terragrunt lock file doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4adbe194..2e78d9fc7 100644 --- a/README.md +++ b/README.md @@ -1173,7 +1173,7 @@ No need to pass `--recursive .` as it is added automatically. Hook produces same results as [`terraform_providers_lock`](#terraform_providers_lock), but for terragrunt root modules. -It invokes `terragrunt providers lock` under the hood and terragrunt [does its' own magic](https://terragrunt.gruntwork.io/docs/features/lock-file-handling/) for handling lock files. +It invokes `terragrunt providers lock` under the hood and terragrunt [does its' own magic](https://terragrunt.gruntwork.io/docs/reference/lock-files/) for handling lock files. ```yaml From 9d30195835de173ce48510ba01d8f8de49eed77f Mon Sep 17 00:00:00 2001 From: "George Yermulnik (Georgii Iermulnik)" Date: Thu, 12 Feb 2026 01:31:56 +0200 Subject: [PATCH 2/2] Fix grammar Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e78d9fc7..a1c58bc0b 100644 --- a/README.md +++ b/README.md @@ -1173,7 +1173,7 @@ No need to pass `--recursive .` as it is added automatically. Hook produces same results as [`terraform_providers_lock`](#terraform_providers_lock), but for terragrunt root modules. -It invokes `terragrunt providers lock` under the hood and terragrunt [does its' own magic](https://terragrunt.gruntwork.io/docs/reference/lock-files/) for handling lock files. +It invokes `terragrunt providers lock` under the hood and terragrunt [does its own magic](https://terragrunt.gruntwork.io/docs/reference/lock-files/) for handling lock files. ```yaml