Commit d814e94 1 parent e732bcd commit d814e94 Copy full SHA for d814e94
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ ENV DEFAULT_TERRAFORM_VERSION=1.5.7
125
125
126
126
# In the official Atlantis image, we only have the latest of each Terraform version.
127
127
# Each binary is about 80 MB so we limit it to the 4 latest minor releases or fewer
128
- RUN AVAILABLE_TERRAFORM_VERSIONS="1.2.9 1.3.9 1.4.6 ${DEFAULT_TERRAFORM_VERSION}" && \
128
+ RUN AVAILABLE_TERRAFORM_VERSIONS="1.2.9 1.3.10 1.4.6 ${DEFAULT_TERRAFORM_VERSION}" && \
129
129
case "${TARGETPLATFORM}" in \
130
130
"linux/amd64" ) TERRAFORM_ARCH=amd64 ;; \
131
131
"linux/arm64" ) TERRAFORM_ARCH=arm64 ;; \
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ terraform {
392
392
"<= 1.0" : "1.0.0" ,
393
393
// cannot use ~> 1.3 or ~> 1.0 since that is a moving target since it will always
394
394
// resolve to the latest terraform 1.x
395
- "~> 1.3.0" : "1.3.9 " ,
395
+ "~> 1.3.0" : "1.3.10 " ,
396
396
}
397
397
398
398
type testCase struct {
You can’t perform that action at this time.
0 commit comments