Skip to content

Commit

Permalink
[AUTOMATIC] Bump for tf-0.14.7-tg-0.28.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Feb 18, 2021
1 parent e3aee4a commit 3e7ff11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
phony: help

# Provide versions of Terraform and Terragrunt to use with this Docker image
TF_VERSION := 0.14.6
TG_VERSION := 0.28.5
TF_VERSION := 0.14.7
TG_VERSION := 0.28.6


# GitHub Actions bogus variables
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Docker image with Terraform, Terragrunt, Python, Make, Docker, Git, and all need
Tag of Docker image tells which version of Terraform and Terragrunt it contains and which public cloud provider CLI it's bundled with or not (see below).
<br>
For example:
* `devopsinfra/docker-terragrunt:tf-0.14.6-tg-0.28.5` means it's Terraform v0.14.6 and Terragrunt v0.28.5 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.14.6-tg-0.28.5` means it's Terraform v0.14.6 and Terragrunt v0.28.5 with AWS CLI.
* `devopsinfra/docker-terragrunt:tf-0.14.7-tg-0.28.6` means it's Terraform v0.14.7 and Terragrunt v0.28.6 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.14.7-tg-0.28.6` means it's Terraform v0.14.7 and Terragrunt v0.28.6 with AWS CLI.

**Source code is available at [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt).**

Expand Down Expand Up @@ -62,8 +62,8 @@ Furthermore, versioning labels of images contain versions of said software to em

| Image name | Terraform version | Terragrunt version | Cloud API/SDK |
| ----------------------------------------------------------------------------------------------------- | ----------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `devopsinfra/docker-terragrunt:latest`<br>`devopsinfra/docker-terragrunt:tf-0.14.6-tg-0.28.5` | v0.14.6 | v0.28.5 | N/A |
| `devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.14.6-tg-0.28.5` | v0.14.6 | v0.28.5 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.<br>[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. |
| `devopsinfra/docker-terragrunt:latest`<br>`devopsinfra/docker-terragrunt:tf-0.14.7-tg-0.28.6` | v0.14.7 | v0.28.6 | N/A |
| `devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.14.7-tg-0.28.6` | v0.14.7 | v0.28.6 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.<br>[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. |

**Without public cloud provider CLIs**<br>
Use for example `devopsinfra/docker-terragrunt:latest`.
Expand Down

0 comments on commit 3e7ff11

Please sign in to comment.