Skip to content

Commit

Permalink
Add terraform-docs (#10)
Browse files Browse the repository at this point in the history
* Add terraform-docs

* Update Makefile
  • Loading branch information
osterman authored Jun 15, 2018
1 parent f0cd280 commit 34659f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ all: aws-vault \
kubens \
sops \
terraform \
terraform-docs \
terragrunt \
yq

Expand Down Expand Up @@ -141,6 +142,11 @@ terraform:
mv $(TMP)/$@/terraform $(INSTALL_PATH)/$@
chmod +x $(INSTALL_PATH)/$@

export TERRAFORM_DOCS_VERSION ?= 0.3.0
## Install terraform-docs to generate docs from terraform modules
terraform-docs:
$(call github_download_binary_release,segmentio,v$(TERRAFORM_DOCS_VERSION),$@_$(OS)_$(ARCH))

export TERRAGRUNT_VERSION ?= 0.14.7
## Install terragrunt for tools that make it easier to work with multiple Terraform modules
terragrunt:
Expand Down

0 comments on commit 34659f1

Please sign in to comment.