Skip to content

Commit

Permalink
Add TF 1.8.0, update TG 0.57.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Apr 15, 2024
1 parent e5fa1d3 commit cf91e08
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,24 @@ jobs:
ATLANTIS:
- 0.27.2
TF_TG:
# Terraform 1.8.x
- 'TF-1.8.0 TG-0.57.0'
# Terraform 1.7.x
- 'TF-1.7.5 TG-0.56.5'
- 'TF-1.7.5 TG-0.57.0'
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.56.5'
- 'TF-1.6.6 TG-0.57.0'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.56.5'
- 'TF-1.5.7 TG-0.57.0'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.56.5'
- 'TF-1.4.7 TG-0.57.0'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.56.5'
- 'TF-1.3.10 TG-0.57.0'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.56.5'
- 'TF-1.2.9 TG-0.57.0'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.56.5'
- 'TF-1.1.9 TG-0.57.0'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.56.5'
- 'TF-1.0.11 TG-0.57.0'

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ TAG = latest

# Versions
ATLANTIS = '0.27.2'
TERRAFORM = '1.7.5'
TERRAGRUNT = '0.56.3'
TERRAFORM = '1.8.0'
TERRAGRUNT = '0.57.0'
TERRAGRUNT_ATLANTIS_CONFIG = '1.17.4'
SOPS = '3.8.1'
ONE_PASSWORD_CLI = '2.26.1'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ For building you can overwrite your desired versions with the following three Ma
e.g.
```
make build
make build TERRAFORM=1.7.5
make build TERRAFORM=1.7.5 TERRAGRUNT=0.56.5
make build TERRAFORM=1.7.5 TERRAGRUNT=0.56.5 ATLANTIS=0.27.2
make build TERRAFORM=1.7.5 TERRAGRUNT=0.56.5 ATLANTIS=0.27.2 SOPS=3.8.1
make build TERRAFORM=1.8.0
make build TERRAFORM=1.8.0 TERRAGRUNT=0.57.0
make build TERRAFORM=1.8.0 TERRAGRUNT=0.57.0 ATLANTIS=0.27.2
make build TERRAFORM=1.8.0 TERRAGRUNT=0.57.0 ATLANTIS=0.27.2 SOPS=3.8.1
```

## Available images
Expand Down

0 comments on commit cf91e08

Please sign in to comment.