Skip to content

Commit

Permalink
Update to TF 1.4.2 (bugfixes) (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Mar 17, 2023
1 parent 96eb4d9 commit 59f32c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- 0.23.2
TF_TG:
# Terraform 1.4.x
- 'TF-1.4.1 TG-0.44.5'
- 'TF-1.4.2 TG-0.44.5'
# Terraform 1.3.x
- 'TF-1.3.9 TG-0.44.5'
# Terraform 1.2.x
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TAG = latest

# Versions
ATLANTIS = '0.23.2'
TERRAFORM = '1.4.1'
TERRAFORM = '1.4.2'
TERRAGRUNT = '0.44.5'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'

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.4.1
make build TERRAFORM=1.4.1 TERRAGRUNT=0.44.5
make build TERRAFORM=1.4.1 TERRAGRUNT=0.44.5 ATLANTIS=0.23.2
make build TERRAFORM=1.4.1 TERRAGRUNT=0.44.5 ATLANTIS=0.23.2 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.4.2
make build TERRAFORM=1.4.2 TERRAGRUNT=0.44.5
make build TERRAFORM=1.4.2 TERRAGRUNT=0.44.5 ATLANTIS=0.23.2
make build TERRAFORM=1.4.2 TERRAGRUNT=0.44.5 ATLANTIS=0.23.2 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
```

## Available images
Expand Down

0 comments on commit 59f32c6

Please sign in to comment.