Skip to content

Commit 2b42a9e

Browse files
authored
Update Terraform to 1.1.3 (#36)
1 parent 8065de6 commit 2b42a9e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ubuntu.18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ ARG Ecs_Cli_Version=1.20.0
1010
ARG Eks_Cli_Version=0.25.0
1111
ARG Google_Cloud_Cli_Version=339.0.0-0
1212
ARG Helm_Version=v3.7.1
13-
ARG Java_Jdk_Version=11.0.11+9-0ubuntu2~18.04
13+
ARG Java_Jdk_Version=11.0.13+8-0ubuntu1~18.04
1414
ARG Kubectl_Version=1.18.8-00
1515
ARG Octopus_Cli_Version=7.4.1
1616
ARG Octopus_Client_Version=8.8.3
1717
ARG Powershell_Version=7.0.6\*
18-
ARG Terraform_Version=1.0.11
18+
ARG Terraform_Version=1.1.3
1919
ARG Umoci_Version=0.4.6
2020

2121
# get `wget` & software-properties-common

ubuntu.18.04/spec/ubuntu.18.04.tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describe 'installed dependencies' {
1818
}
1919

2020
It 'has java installed' {
21-
java --version | Should -beLike "*11.0.11*"
21+
java --version | Should -beLike "*11.0.13*"
2222
$LASTEXITCODE | Should -be 0
2323
}
2424

@@ -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.11'
60+
terraform version | Select-Object -First 1 | Should -match '1.1.3'
6161
}
6262

6363
It 'has python3 installed' {

windows.ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG Octopus_Client_Version=8.8.3
1919
ARG Powershell_Version=7.0.6
2020
ARG Python_Version=3.8.5
2121
ARG ScriptCs_Version=0.17.1
22-
ARG Terraform_Version=1.0.11
22+
ARG Terraform_Version=1.1.3
2323
ARG 7Zip_Version=19.0
2424

2525
# Install Choco

windows.ltsc2019/spec/windows.ltsc2019.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.11'
70+
terraform version | Select-Object -First 1 | Should -Match '1.1.3'
7171
}
7272

7373
It 'has python installed' {

0 commit comments

Comments
 (0)