This commit is contained in:
Work 2026-01-28 13:57:53 +03:00
parent 1212242da5
commit 6b553652fc
2 changed files with 1 additions and 7 deletions

6
.gitignore vendored
View File

@ -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

View File

@ -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