Skip to content

Commit

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

* Add Terraform v1.11.0-alpha20241218

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Dec 19, 2024
1 parent 807934f commit e65a27e
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-3.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-10-3" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.10.3"

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

sha256 intel: "a7ff68a57ead3ca7ac0a4d055b5f08a2ce0474e371d935e75398fe7f864ba65e",
arm: "ea4dfb077425a179ee45e90daa255d21ef976867d347edcc4526f71370abbaf3"

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-11-0-alpha20241218.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-11-0-alpha20241218" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.11.0-alpha20241218"

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

sha256 intel: "16904b8762b044f247d10922373de54d65ebe2f9cb5735bf45f6079775bcbdbe",
arm: "b9f1fbc9796dc8c593f9d3fb741c373d4ecb405b30a707a01e1084d0482bc51f"

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 e65a27e

Please sign in to comment.