Skip to content

Commit

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

* Add Terraform v1.11.0-alpha20241211

---------

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

version "1.10.2"

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

sha256 intel: "68bd28cfe27b8720ec8d283c899a5275bedb53ea6d8f31291409464e476d4aa9",
arm: "7328910f45db254a59e4ccc6906ad3a595775a2aedd74395978f2a81c9890137"

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

version "1.11.0-alpha20241211"

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

sha256 intel: "18520d984e90d5b03ea8ee2ac614d71438713dbcb0a5dd6ee87beb858d293b2a",
arm: "ccec65b2447707bcda3df31e46136eaf3e66244af4aafac371af1733250d237c"

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 807934f

Please sign in to comment.