Skip to content

Commit

Permalink
Merge pull request #199 from devops-infra/dependency/tf-0.14.8-tg-0.2…
Browse files Browse the repository at this point in the history
…8.12

Bump for tf-0.14.8-tg-0.28.12
  • Loading branch information
ChristophShyper authored Mar 16, 2021
2 parents 40cbc13 + 2a4940b commit 9c8d10b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ phony: help

# Provide versions of Terraform and Terragrunt to use with this Docker image
TF_VERSION := 0.14.8
TG_VERSION := 0.28.11
TG_VERSION := 0.28.12


# GitHub Actions bogus variables
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Tag of Docker image tells which version of Terraform and Terragrunt it contains


For example:
* `docker-terragrunt:tf-0.14.8-tg-0.28.11` means it's Terraform v0.14.8 and Terragrunt v0.28.11 without additional CLI.
* `docker-terragrunt:aws-tf-0.14.8-tg-0.28.11` means it's Terraform v0.14.8 and Terragrunt v0.28.11 with AWS CLI.
* `docker-terragrunt:tf-0.14.8-tg-0.28.12` means it's Terraform v0.14.8 and Terragrunt v0.28.12 without additional CLI.
* `docker-terragrunt:aws-tf-0.14.8-tg-0.28.12` means it's Terraform v0.14.8 and Terragrunt v0.28.12 with AWS CLI.

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

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

| Image name | Registry | Terraform version | Terragrunt version | Cloud API/SDK |
| ------------------------------------------------------------------------------------------------ | -------- | ----------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `devopsinfra/docker-terragrunt:tf-0.14.8-tg-0.28.11` | Docker | v0.14.8 | v0.28.11 | N/A |
| `docker.pkg.github.com/devops-infra/docker-terragrunt/docker-terragrunt:tf-0.14.8-tg-0.28.11` | GitHub | v0.14.8 | v0.28.11 | N/A |
| `devopsinfra/docker-terragrunt:aws-tf-0.14.8-tg-0.28.11` | Docker | v0.14.8 | v0.28.11 | [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. |
| `docker.pkg.github.com/devops-infra/docker-terragrunt/docker-terragrunt:aws-tf-0.14.8-tg-0.28.11` | GitHub | v0.14.8 | v0.28.11 | [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:tf-0.14.8-tg-0.28.12` | Docker | v0.14.8 | v0.28.12 | N/A |
| `docker.pkg.github.com/devops-infra/docker-terragrunt/docker-terragrunt:tf-0.14.8-tg-0.28.12` | GitHub | v0.14.8 | v0.28.12 | N/A |
| `devopsinfra/docker-terragrunt:aws-tf-0.14.8-tg-0.28.12` | Docker | v0.14.8 | v0.28.12 | [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. |
| `docker.pkg.github.com/devops-infra/docker-terragrunt/docker-terragrunt:aws-tf-0.14.8-tg-0.28.12` | GitHub | v0.14.8 | v0.28.12 | [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 9c8d10b

Please sign in to comment.