Skip to content

Commit

Permalink
Upgrade terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh291104 committed Jul 26, 2024
1 parent 272908a commit 8507932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/alphagov/paas/alpine:main

ENV PATH $PATH:/usr/local/bin
ENV TERRAFORM_VER 1.5.2
ENV TERRAFORM_SUM 781ffe0c8888d35b3f5bd0481e951cebe9964b9cfcb27e352f22687975401bcd
ENV TERRAFORM_VER 1.9.2
ENV TERRAFORM_SUM d5f5aaba0f8ebff88ef0b23935872e154e2abf3172596261be834605ba3ba714
ENV TERRAFORM_ZIP terraform_${TERRAFORM_VER}_linux_amd64.zip

RUN apk add --no-cache openssl openssh-client ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
it "has the expected Terraform version" do
expect(
command("terraform version").stdout
).to match("Terraform v1.5.2")
).to match("Terraform v1.9.2")
end

it "installs SSH" do
Expand Down

0 comments on commit 8507932

Please sign in to comment.