terraform 0.11.11
Closes #35126. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
735042308a
commit
6673379bef
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Terraform < Formula
|
class Terraform < Formula
|
||||||
desc "Tool to build, change, and version infrastructure"
|
desc "Tool to build, change, and version infrastructure"
|
||||||
homepage "https://www.terraform.io/"
|
homepage "https://www.terraform.io/"
|
||||||
url "https://github.com/hashicorp/terraform/archive/v0.11.10.tar.gz"
|
url "https://github.com/hashicorp/terraform/archive/v0.11.11.tar.gz"
|
||||||
sha256 "3cdf16618f7291ac70793f680d859223907039bdf559ca5b5e49fae7df2e736d"
|
sha256 "aa60d15b06ac7a925a722a5ad0070bb1aa580f9ed54cfcc08378f84e25526e01"
|
||||||
head "https://github.com/hashicorp/terraform.git"
|
head "https://github.com/hashicorp/terraform.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue