From 6b553652fc52a01dd7d39dfd47279fbb03f4ec42 Mon Sep 17 00:00:00 2001 From: Work Date: Wed, 28 Jan 2026 13:57:53 +0300 Subject: [PATCH] fixes --- .gitignore | 6 ------ Dockerfile | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e3b6ea9..b21fa44 100644 --- a/.gitignore +++ b/.gitignore @@ -18,12 +18,6 @@ terraform.rc .terragrunt-cache/ terragrunt.hcl.backup -# Exception: commit lock files for dependencies to ensure consistent provider versions -!live/stage/s3/.terraform.lock.hcl -!live/stage/database/.terraform.lock.hcl -!live/stage/namespace/.terraform.lock.hcl -!live/stage/secrets/.terraform.lock.hcl - # Generated files .gitlab-ci.generated.yml diff --git a/Dockerfile b/Dockerfile index 5520c3d..864fd88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN curl -fsSL https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/ter rm -f terraform.zip # Terragrunt -ARG TERRAGRUNT_VERSION=0.93.11 +ARG TERRAGRUNT_VERSION=0.69.1 RUN curl -fsSL https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 -o /usr/local/bin/terragrunt && \ chmod +x /usr/local/bin/terragrunt