Skip to content

Commit

Permalink
Add Terraform v1.10.0-alpha20240814 (#248)
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 Aug 15, 2024
1 parent d898ef5 commit 151e39e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/terraform-1-10-0-alpha20240814.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "terraform-1-10-0-alpha20240814" do
name "Terraform"
homepage "https://www.terraform.io/"

version "1.10.0-alpha20240814"

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

sha256 intel: "5926f9b023c85c2d768306464226134c368d7845ec595269a232a919122777aa",
arm: "9007068df33684ff3620ba80b03612bddb1785baf7380b01287576fb8056803d"

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 151e39e

Please sign in to comment.