mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
fixes
This commit is contained in:
parent
1212242da5
commit
6b553652fc
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user