File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 29
29
strategy :
30
30
matrix :
31
31
versions :
32
- - { tf_version: "0.11.14", awscli_version: "1.18.59" }
33
- - { tf_version: "0.12.24", awscli_version: "1.18.59" }
34
- - { tf_version: "0.12.25", awscli_version: "1.18.59" }
32
+ - { tf_version: "0.11.14", awscli_version: "1.18.70" }
33
+ - { tf_version: "0.12.26", awscli_version: "1.18.70" }
35
34
36
35
env :
37
36
TF_VERSION : ${{ matrix.versions.tf_version }}
Original file line number Diff line number Diff line change 1
1
# Setup build arguments with default versions
2
- ARG AWS_CLI_VERSION=1.18.59
3
- ARG TERRAFORM_VERSION=0.12.25
2
+ ARG AWS_CLI_VERSION=1.18.70
3
+ ARG TERRAFORM_VERSION=0.12.26
4
4
ARG PYTHON_MAJOR_VERSION=3.7
5
5
6
6
# Download Terraform binary
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ commandTests:
26
26
- name : " Check Terraform CLI version"
27
27
command : " terraform"
28
28
args : ["version"]
29
- expectedOutput : ["Terraform v0.12.25 "]
29
+ expectedOutput : ["Terraform v0.12.26 "]
30
30
31
31
- name : " Check AWS CLI version"
32
32
command : " aws"
33
33
args : ["--version"]
34
- expectedOutput : ["aws-cli/1.18.59 "]
34
+ expectedOutput : ["aws-cli/1.18.70 "]
You can’t perform that action at this time.
0 commit comments