Skip to content

Commit

Permalink
Bump terraform to 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-tfe-release-bot committed Oct 2, 2024
1 parent c6166a7 commit e5e720a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/terraform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
class Terraform < Formula
desc "Terraform"
homepage "https://www.terraform.io/"
version "1.9.6"
version "1.9.7"

if OS.mac? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_darwin_amd64.zip"
sha256 "5b49e6a6fcd00cafccaad0ae869f218e862023c5a904286460cc0fe42bfb3eab"
url "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_darwin_amd64.zip"
sha256 "c35d5e978f5edbc398bbc9ccc89840b173c66978e1cdb6fc8a48c5c42346dd55"
end

if OS.mac? && Hardware::CPU.arm?
url "https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_darwin_arm64.zip"
sha256 "f106632f6f7df76587d7a194b1ceb40b029567861ee8af6baade3cdebce475f7"
url "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_darwin_arm64.zip"
sha256 "0cdc2e21d0843a14379414e722806954d78b0439e8a7001f7500276bfc12eed4"
end

if OS.linux? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_linux_amd64.zip"
sha256 "f2c90fb1efb2ad411519d1d3ccbaee7489a60e3147f2206fdb824fb35fac9c1c"
url "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_linux_amd64.zip"
sha256 "76a77ed7e785ef354b7f565abaa990e3e7b5232d3ec4afb87e0f5a413fcbdad1"
end

if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_linux_arm.zip"
sha256 "bd71d88f37e5a61bb5070d452da5c1c6fad702256b972e499dc8bae8c705131f"
url "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_linux_arm.zip"
sha256 "14f0a10f9fed64a22581c32b7e0ad675065f8470f32cef6d5be29c29928dcd3b"
end

if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/terraform/1.9.6/terraform_1.9.6_linux_arm64.zip"
sha256 "625eda48078ab7df18e697909aa6092962ce303a48bf6cf853c6470bb90b99df"
url "https://releases.hashicorp.com/terraform/1.9.7/terraform_1.9.7_linux_arm64.zip"
sha256 "8fc6f1172ff026abc4f0c399996fa454e605bfc1df6793af82d922a66b5c41f8"
end

conflicts_with "terraform"
Expand Down

0 comments on commit e5e720a

Please sign in to comment.