terraform-docs 0.2.0
Closes #16852. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
10feae2b75
commit
3426503c59
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class TerraformDocs < Formula
|
||||
desc "Tool to generate documentation from Terraform modules"
|
||||
homepage "https://github.com/segmentio/terraform-docs"
|
||||
url "https://github.com/segmentio/terraform-docs/archive/v0.1.0.tar.gz"
|
||||
sha256 "47e66da75e179e61cde11a785487b8b05970154153c60fc765ef1f93a376abe2"
|
||||
url "https://github.com/segmentio/terraform-docs/archive/v0.2.0.tar.gz"
|
||||
sha256 "8f3ed47cfedde0a6e4ab8826b1d87009d06b7c04161363490b0a6c157473a146"
|
||||
head "https://github.com/segmentio/terraform-docs.git"
|
||||
|
||||
bottle do
|
||||
|
@ -18,7 +18,7 @@ class TerraformDocs < Formula
|
|||
|
||||
go_resource "github.com/hashicorp/hcl" do
|
||||
url "https://github.com/hashicorp/hcl.git",
|
||||
:revision => "630949a3c5fa3c613328e1b8256052cbc2327c9b"
|
||||
:revision => "392dba7d905ed5d04a5794ba89f558b27e2ba1ca"
|
||||
end
|
||||
|
||||
go_resource "github.com/tj/docopt" do
|
||||
|
|
Loading…
Reference in a new issue