File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -15,32 +15,32 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 ATLANTIS :
18- - 0.33 .0
18+ - 0.34 .0
1919 TF_TG :
2020 # Terraform 1.11.x
21- - ' TF-1.11.2 TG-0.75.10 '
21+ - ' TF-1.11.3 TG-0.77.7 '
2222 # Terraform 1.10.x
23- - ' TF-1.10.5 TG-0.75.10 '
23+ - ' TF-1.10.5 TG-0.77.7 '
2424 # Terraform 1.9.x
25- - ' TF-1.9.8 TG-0.75.10 '
25+ - ' TF-1.9.8 TG-0.77.7 '
2626 # Terraform 1.8.x
27- - ' TF-1.8.5 TG-0.75.10 '
27+ - ' TF-1.8.5 TG-0.77.7 '
2828 # Terraform 1.7.x
29- - ' TF-1.7.5 TG-0.75.10 '
29+ - ' TF-1.7.5 TG-0.77.7 '
3030 # Terraform 1.6.x
31- - ' TF-1.6.6 TG-0.75.10 '
31+ - ' TF-1.6.6 TG-0.77.7 '
3232 # Terraform 1.5.x
33- - ' TF-1.5.7 TG-0.75.10 '
33+ - ' TF-1.5.7 TG-0.77.7 '
3434 # Terraform 1.4.x
35- - ' TF-1.4.7 TG-0.75.10 '
35+ - ' TF-1.4.7 TG-0.77.7 '
3636 # Terraform 1.3.x
37- - ' TF-1.3.10 TG-0.75.10 '
37+ - ' TF-1.3.10 TG-0.77.7 '
3838 # Terraform 1.2.x
39- - ' TF-1.2.9 TG-0.75.10 '
39+ - ' TF-1.2.9 TG-0.77.7 '
4040 # Terraform 1.1.x
41- - ' TF-1.1.9 TG-0.75.10 '
41+ - ' TF-1.1.9 TG-0.77.7 '
4242 # Terraform 1.0.x
43- - ' TF-1.0.11 TG-0.75.10 '
43+ - ' TF-1.0.11 TG-0.77.7 '
4444
4545 steps :
4646 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ IMAGE = "flaconi/atlantis-terragrunt"
1010TAG = latest
1111
1212# Versions
13- ATLANTIS = '0.33 .0'
14- TERRAFORM = '1.11.2 '
15- TERRAGRUNT = '0.75.10 '
13+ ATLANTIS = '0.34 .0'
14+ TERRAFORM = '1.11.3 '
15+ TERRAGRUNT = '0.77.7 '
1616TERRAGRUNT_ATLANTIS_CONFIG = '1.20.0'
17- SOPS = '3.9.4 '
17+ SOPS = '3.10.1 '
1818ONE_PASSWORD_CLI = '2.30.3'
1919
2020pull :
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ For building you can overwrite your desired versions with the following three Ma
2323e.g.
2424```
2525make build
26- make build TERRAFORM=1.11.2
27- make build TERRAFORM=1.11.2 TERRAGRUNT=0.75.10
28- make build TERRAFORM=1.11.2 TERRAGRUNT=0.75.10 ATLANTIS=0.33 .0
29- make build TERRAFORM=1.11.2 TERRAGRUNT=0.75.10 ATLANTIS=0.33 .0 SOPS=3.9.4
26+ make build TERRAFORM=1.11.3
27+ make build TERRAFORM=1.11.3 TERRAGRUNT=0.77.7
28+ make build TERRAFORM=1.11.3 TERRAGRUNT=0.77.7 ATLANTIS=0.34 .0
29+ make build TERRAFORM=1.11.3 TERRAGRUNT=0.77.7 ATLANTIS=0.34 .0 SOPS=3.10.1
3030```
3131
3232## Available images
You can’t perform that action at this time.
0 commit comments