Skip to content

Commit

Permalink
Merge pull request #32 from Krzysztof-Szyper-Epam/0-12-18-0-21-9
Browse files Browse the repository at this point in the history
Bump for Terraform v0.12.18 and Terragrunt v0.21.9
  • Loading branch information
ChristophShyper authored Dec 11, 2019
2 parents fc5b89a + a522891 commit 90cbf52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux \
&& rm -rf /var/lib/apt/lists/*

# Get Terraform
# Contrary to orignal by cytopia (https://github.com/cytopia) TF_VERSION needs to point to explicit version, e.g. 0.12.17
# Contrary to orignal by cytopia (https://github.com/cytopia) TF_VERSION needs to point to explicit version, e.g. 0.12.18
# To choose latest from minor version provide a proper parameter for the Makefile
ARG TF_VERSION=latest
RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Provide versions of Terraform and Terragrunt to use with this Docker image
# Can be full (e.g. 0.12.17) or partial (e.g. 0.12 - which will get latest in that family)
# Can be full (e.g. 0.12.18) or partial (e.g. 0.12 - which will get latest in that family)
TF_VERSION ?= latest
TG_VERSION ?= latest

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<br>
Tag of Docker image tells which version of Terraform and Terragrunt it's bundled with.
<br>
For example `christophshyper/docker-terragrunt:0.12.17-0.21.9` means it's Terraform v0.12.17 and Terragrunt v0.21.9.
For example `christophshyper/docker-terragrunt:0.12.18-0.21.9` means it's Terraform v0.12.18 and Terragrunt v0.21.9.

**Source code is available at [GitHub](https://github.com/) under [Krzysztof-Szyper-Epam/docker-terragrunt](https://github.com/Krzysztof-Szyper-Epam/docker-terragrunt).**

Expand Down

0 comments on commit 90cbf52

Please sign in to comment.