Skip to content

Commit

Permalink
Update Terraform to 1.1.3 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Jan 21, 2022
1 parent 8065de6 commit 2b42a9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ubuntu.18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ ARG Ecs_Cli_Version=1.20.0
ARG Eks_Cli_Version=0.25.0
ARG Google_Cloud_Cli_Version=339.0.0-0
ARG Helm_Version=v3.7.1
ARG Java_Jdk_Version=11.0.11+9-0ubuntu2~18.04
ARG Java_Jdk_Version=11.0.13+8-0ubuntu1~18.04
ARG Kubectl_Version=1.18.8-00
ARG Octopus_Cli_Version=7.4.1
ARG Octopus_Client_Version=8.8.3
ARG Powershell_Version=7.0.6\*
ARG Terraform_Version=1.0.11
ARG Terraform_Version=1.1.3
ARG Umoci_Version=0.4.6

# get `wget` & software-properties-common
Expand Down
4 changes: 2 additions & 2 deletions ubuntu.18.04/spec/ubuntu.18.04.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Describe 'installed dependencies' {
}

It 'has java installed' {
java --version | Should -beLike "*11.0.11*"
java --version | Should -beLike "*11.0.13*"
$LASTEXITCODE | Should -be 0
}

Expand Down Expand Up @@ -57,7 +57,7 @@ Describe 'installed dependencies' {

# If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
It 'has terraform installed' {
terraform version | Select-Object -First 1 | Should -match '1.0.11'
terraform version | Select-Object -First 1 | Should -match '1.1.3'
}

It 'has python3 installed' {
Expand Down
2 changes: 1 addition & 1 deletion windows.ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG Octopus_Client_Version=8.8.3
ARG Powershell_Version=7.0.6
ARG Python_Version=3.8.5
ARG ScriptCs_Version=0.17.1
ARG Terraform_Version=1.0.11
ARG Terraform_Version=1.1.3
ARG 7Zip_Version=19.0

# Install Choco
Expand Down
2 changes: 1 addition & 1 deletion windows.ltsc2019/spec/windows.ltsc2019.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Describe 'installed dependencies' {

# If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
It 'has terraform installed' {
terraform version | Select-Object -First 1 | Should -Match '1.0.11'
terraform version | Select-Object -First 1 | Should -Match '1.1.3'
}

It 'has python installed' {
Expand Down

0 comments on commit 2b42a9e

Please sign in to comment.