Skip to content

Commit

Permalink
Merge pull request #5 from aservo/feature/terraform-1.2.9-terragrunt-…
Browse files Browse the repository at this point in the history
…0.38.12

Update Terraform to 1.2.9, Terragrunt to 0.38.12, install Ansible
  • Loading branch information
lehmannk authored Oct 18, 2022
2 parents 8caaeef + 102fd85 commit 0f1aee7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
FROM hashicorp/terraform:1.2.7
FROM hashicorp/terraform:1.2.9

## Install packages
RUN apk add --no-cache bash make postgresql
RUN apk add --no-cache \
ansible \
bash \
make \
postgresql

## Install Terragrunt
ARG TERRAGRUNT_VERSION=0.38.7
ARG TERRAGRUNT_VERSION=0.38.12
RUN wget "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" -O /usr/local/bin/terragrunt --no-verbose \
&& chmod +x /usr/local/bin/terragrunt

Expand Down

0 comments on commit 0f1aee7

Please sign in to comment.