Skip to content

Commit

Permalink
Add Terraform v1.11.0-alpha20250107 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 8, 2025
1 parent e65a27e commit d05fcfd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/terraform-1-11-0-alpha20250107.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-11-0-alpha20250107" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.11.0-alpha20250107"

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

sha256 intel: "38ca7cc1b91699f16ba4bb331b65f3214626c358259217e718bc86bdac34ca9c",
arm: "3d6527c0dcec2d5de0fefc708897ff38fbd4a23379822f8cd085a631cd997f6b"

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 d05fcfd

Please sign in to comment.