Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Terraform version #34

Merged
merged 1 commit into from
Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubuntu.18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0
ARG Terraform_Version=1.0.11
ARG Umoci_Version=0.4.6

# get `wget` & software-properties-common
Expand Down
2 changes: 1 addition & 1 deletion ubuntu.18.04/spec/ubuntu.18.04.tests.ps1
Original file line number Diff line number Diff line change
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.0'
terraform version | Select-Object -First 1 | Should -match '1.0.11'
}

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

It 'has python installed' {
Expand Down