-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Terraform v1.10.2 * Add Terraform v1.11.0-alpha20241211 --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
8fc4017
commit 807934f
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |