Skip to content

Commit

Permalink
Add new Terraform versions (#253)
Browse files Browse the repository at this point in the history
* Add Terraform v1.9.6

* Add Terraform v1.10.0-alpha20240918

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Sep 19, 2024
1 parent 722b488 commit 4823c50
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/terraform-1-10-0-alpha20240918.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-10-0-alpha20240918" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.10.0-alpha20240918"

arch intel: "amd64", arm: "arm64"

sha256 intel: "049f6a04740ccca5bf91e20a113cd6adbc0a22eaa682024627c401c2362092e3",
arm: "bc711c5043f4933a8fe76682a8f8d165ffda2ba5e8d3bc518e33be1e205b2ed0"

url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_#{arch}.zip",
verified: "releases.hashicorp.com/terraform"


# Binaries not installed as multiple versions are expected to coexist.
# Normally the wanted version is selected with `chtf`.
stage_only true
end
19 changes: 19 additions & 0 deletions Casks/terraform-1-9-6.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-9-6" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.9.6"

arch intel: "amd64", arm: "arm64"

sha256 intel: "5b49e6a6fcd00cafccaad0ae869f218e862023c5a904286460cc0fe42bfb3eab",
arm: "f106632f6f7df76587d7a194b1ceb40b029567861ee8af6baade3cdebce475f7"

url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_#{arch}.zip",
verified: "releases.hashicorp.com/terraform"


# Binaries not installed as multiple versions are expected to coexist.
# Normally the wanted version is selected with `chtf`.
stage_only true
end

0 comments on commit 4823c50

Please sign in to comment.