terraform 1.2.2

Closes #102762.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-06-01 19:07:36 +02:00 committed by BrewTestBot
parent 61eb1c1bac
commit 5dc7d8ad83
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Terraform < Formula
desc "Tool to build, change, and version infrastructure"
homepage "https://www.terraform.io/"
url "https://github.com/hashicorp/terraform/archive/v1.2.1.tar.gz"
sha256 "d244277c3b8d10afa8d130cfd9db3570995a03a34052952de1ab2368fc25ab1c"
url "https://github.com/hashicorp/terraform/archive/v1.2.2.tar.gz"
sha256 "c9e4973dd91b8d0d0f8b8a7a5a2cdf556a2629b24660030a70e7e76b305f016e"
license "MPL-2.0"
head "https://github.com/hashicorp/terraform.git", branch: "main"