Skip to content

Commit

Permalink
Add Terraform v1.10.0-alpha20240911 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Sep 12, 2024
1 parent 9f70c65 commit 722b488
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/terraform-1-10-0-alpha20240911.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-10-0-alpha20240911" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.10.0-alpha20240911"

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

sha256 intel: "a4feb68eba7fd53ac86531e1a9b74a813a818d9dc4b03d669049e8bf41ccc119",
arm: "0dfa97f2735fb85815ad6156a57b997f92b5eff17ae8fb139887156f03347c38"

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 722b488

Please sign in to comment.