Skip to content

Commit

Permalink
fix(terraform): fix sha256 hashes for some old terraform binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Dec 18, 2023
1 parent f30d1a8 commit 9a9df41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/terraform/cli.ts
Expand Up @@ -55,7 +55,7 @@ export const terraformCliSpecs: { [version: string]: PluginToolSpec } = {
platform: "darwin",
architecture: "amd64",
url: "https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_darwin_amd64.zip",
sha256: "79fb293324012bc981006e1527267987666dd80cff80b11f93fb0ab2e321c450",
sha256: "5dd8deea9060d2d90b748425cde9063620131f02922a993e3d925048375d9b29",
extract: {
format: "zip",
targetPath: "terraform",
Expand Down Expand Up @@ -129,7 +129,7 @@ export const terraformCliSpecs: { [version: string]: PluginToolSpec } = {
platform: "darwin",
architecture: "amd64",
url: "https://releases.hashicorp.com/terraform/0.14.7/terraform_0.14.7_darwin_amd64.zip",
sha256: "8a5ec04afcc9c2653bb927844eb76ad51e12bcaec0638103512d7b160dd530ea",
sha256: "bd4afbb92cfc99f3f7e81412536e1aa9bafd6544a87454286d9e9f6ab446179a",
extract: {
format: "zip",
targetPath: "terraform",
Expand Down Expand Up @@ -166,7 +166,7 @@ export const terraformCliSpecs: { [version: string]: PluginToolSpec } = {
platform: "darwin",
architecture: "amd64",
url: "https://releases.hashicorp.com/terraform/1.0.5/terraform_1.0.5_darwin_amd64.zip",
sha256: "ae0b07ba099d3d9241e5e8bcdfc88ada8fcbbe302cb1d8f822da866a25e55330",
sha256: "51b481f2cc02651c14854f57dc0c43c3918b19b6fc5e687295b98beee5d20271",
extract: {
format: "zip",
targetPath: "terraform",
Expand All @@ -176,7 +176,7 @@ export const terraformCliSpecs: { [version: string]: PluginToolSpec } = {
platform: "darwin",
architecture: "arm64",
url: "https://releases.hashicorp.com/terraform/1.0.5/terraform_1.0.5_darwin_arm64.zip",
sha256: "3de4b9f167392622ef49d807e438a166e6c86c631afa730ff3189cf72cc950e2",
sha256: "8fadd8bbcdcaf6452d9937af6b916572f481caabcc29ea9aac61c7f4759e133e",
extract: {
format: "zip",
targetPath: "terraform",
Expand Down

0 comments on commit 9a9df41

Please sign in to comment.