Skip to content

Commit

Permalink
Update TF-1.5.4, TG-0.48.6 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Aug 3, 2023
1 parent 1c5155e commit da1174b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
- 0.24.4
TF_TG:
# Terraform 1.5.x
- 'TF-1.5.3 TG-0.48.1'
- 'TF-1.5.4 TG-0.48.6'
# Terraform 1.4.x
- 'TF-1.4.6 TG-0.48.1'
- 'TF-1.4.6 TG-0.48.6'
# Terraform 1.3.x
- 'TF-1.3.9 TG-0.48.1'
- 'TF-1.3.9 TG-0.48.6'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.48.1'
- 'TF-1.2.9 TG-0.48.6'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.48.1'
- 'TF-1.1.9 TG-0.48.6'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.48.1'
- 'TF-1.0.11 TG-0.48.6'

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.24.4'
TERRAFORM = '1.5.3'
TERRAGRUNT = '0.48.1'
TERRAFORM = '1.5.4'
TERRAGRUNT = '0.48.6'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'

pull:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ For building you can overwrite your desired versions with the following three Ma

```
make build
make build TERRAFORM=1.5.3
make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1
make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1 ATLANTIS=0.24.4
make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1 ATLANTIS=0.24.4 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.5.4
make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6
make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6 ATLANTIS=0.24.4
make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6 ATLANTIS=0.24.4 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
```

## Available images
Expand Down

0 comments on commit da1174b

Please sign in to comment.