Skip to content

Commit 913765d

Browse files
authored
Bump Terraform version (#34)
1 parent 901de9d commit 913765d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ubuntu.18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.0
18+
ARG Terraform_Version=1.0.11
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' {

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.0
22+
ARG Terraform_Version=1.0.11
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.0'
70+
terraform version | Select-Object -First 1 | Should -Match '1.0.11'
7171
}
7272

7373
It 'has python installed' {

0 commit comments

Comments
 (0)