Skip to content

Commit

Permalink
Update TF 1.7.2, TG 0.55.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Feb 7, 2024
1 parent 5b70e2e commit c1525db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
- 0.27.1
TF_TG:
# Terraform 1.7.x
- 'TF-1.7.1 TG-0.54.22'
- 'TF-1.7.2 TG-0.55.1'
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.54.22'
- 'TF-1.6.6 TG-0.55.1'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.54.22'
- 'TF-1.5.7 TG-0.55.1'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.54.22'
- 'TF-1.4.7 TG-0.55.1'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.54.22'
- 'TF-1.3.10 TG-0.55.1'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.54.22'
- 'TF-1.2.9 TG-0.55.1'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.54.22'
- 'TF-1.1.9 TG-0.55.1'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.54.22'
- 'TF-1.0.11 TG-0.55.1'

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

# Versions
ATLANTIS = '0.27.1'
TERRAFORM = '1.7.1'
TERRAGRUNT = '0.54.22'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'
TERRAFORM = '1.7.2'
TERRAGRUNT = '0.55.1'
TERRAGRUNT_ATLANTIS_CONFIG = '1.17.4'
SOPS = '3.8.1'
ONE_PASSWORD_CLI = '2.24.0'

Expand Down
10 changes: 5 additions & 5 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.1
make build TERRAFORM=1.7.1 TERRAGRUNT=0.54.22
make build TERRAFORM=1.7.1 TERRAGRUNT=0.54.22 ATLANTIS=0.27.1
make build TERRAFORM=1.7.1 TERRAGRUNT=0.54.22 ATLANTIS=0.27.1 SOPS=3.8.1
make build TERRAFORM=1.7.2
make build TERRAFORM=1.7.2 TERRAGRUNT=0.55.1
make build TERRAFORM=1.7.2 TERRAGRUNT=0.55.1 ATLANTIS=0.27.1
make build TERRAFORM=1.7.2 TERRAGRUNT=0.55.1 ATLANTIS=0.27.1 SOPS=3.8.1
```

## Available images
Expand Down Expand Up @@ -57,4 +57,4 @@ flaconi/atlantis-terragrunt:<ATLANTIS_VERSION>-<TERRAFORM_VERSION>-<TERRAGRUNT_V

[MIT](LICENSE)

Copyright (c) 2023 [Flaconi GmbH](https://github.com/Flaconi)
Copyright (c) 2024 [Flaconi GmbH](https://github.com/Flaconi)

0 comments on commit c1525db

Please sign in to comment.