File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG Kubectl_Version=1.18.8-00
1515ARG Octopus_Cli_Version=7.4.1
1616ARG Octopus_Client_Version=8.8.3
1717ARG Powershell_Version=7.0.6\*
18- ARG Terraform_Version=1.0.0
18+ ARG Terraform_Version=1.0.11
1919ARG Umoci_Version=0.4.6
2020
2121# get `wget` & software-properties-common
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Describe 'installed dependencies' {
5757
5858 # If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
5959 It ' has terraform installed' {
60- terraform version | Select-Object - First 1 | Should -match ' 1.0.0 '
60+ terraform version | Select-Object - First 1 | Should -match ' 1.0.11 '
6161 }
6262
6363 It ' has python3 installed' {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG Octopus_Client_Version=8.8.3
1919ARG Powershell_Version=7.0.6
2020ARG Python_Version=3.8.5
2121ARG ScriptCs_Version=0.17.1
22- ARG Terraform_Version=1.0.0
22+ ARG Terraform_Version=1.0.11
2323ARG 7Zip_Version=19.0
2424
2525# Install Choco
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Describe 'installed dependencies' {
6767
6868 # If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
6969 It ' has terraform installed' {
70- terraform version | Select-Object - First 1 | Should -Match ' 1.0.0 '
70+ terraform version | Select-Object - First 1 | Should -Match ' 1.0.11 '
7171 }
7272
7373 It ' has python installed' {
You can’t perform that action at this time.
0 commit comments