Skip to content

Commit

Permalink
Update TG-0.54.12 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jan 8, 2024
1 parent 95e5eb1 commit 45e7240
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- 0.27.0
TF_TG:
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.54.4'
- 'TF-1.6.6 TG-0.54.12'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.54.4'
- 'TF-1.5.7 TG-0.54.12'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.54.4'
- 'TF-1.4.7 TG-0.54.12'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.54.4'
- 'TF-1.3.10 TG-0.54.12'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.54.4'
- 'TF-1.2.9 TG-0.54.12'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.54.4'
- 'TF-1.1.9 TG-0.54.12'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.54.4'
- 'TF-1.0.11 TG-0.54.12'

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TAG = latest
# Versions
ATLANTIS = '0.27.0'
TERRAFORM = '1.6.6'
TERRAGRUNT = '0.54.4'
TERRAGRUNT = '0.54.12'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'
ONE_PASSWORD_CLI = '2.24.0'

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ For building you can overwrite your desired versions with the following three Ma
```
make build
make build TERRAFORM=1.6.6
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.4
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.4 ATLANTIS=0.27.0
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.4 ATLANTIS=0.27.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.4 ATLANTIS=0.27.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 ONE_PASSWORD_CLI=2.24.0
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.12
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.12 ATLANTIS=0.27.0
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.12 ATLANTIS=0.27.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.6.6 TERRAGRUNT=0.54.12 ATLANTIS=0.27.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 ONE_PASSWORD_CLI=2.24.0
```

## Available images
Expand Down

0 comments on commit 45e7240

Please sign in to comment.