terraform 1.3.0

Closes #111330.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Christopher Avila 2022-09-21 09:19:09 -05:00 committed by BrewTestBot
parent fe4b5b8805
commit d132cf8249
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 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.9.tar.gz"
sha256 "40aba75e2fcc3088a88b086a6038c8fb3b1dbe93ac769124c72ce1983558bec7"
url "https://github.com/hashicorp/terraform/archive/v1.3.0.tar.gz"
sha256 "97695ddad24563a2f9a1de868ae4fdee4a8b54e5e43e9e374031a90228c48576"
license "MPL-2.0"
head "https://github.com/hashicorp/terraform.git", branch: "main"