Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Adds terraform-docs
  • Loading branch information
leucos committed Jan 25, 2021
2 parents 0517607 + b4d41f3 commit bc017c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ Currently supported distributions are:
- [taskctl](https://github.com/taskctl/taskctl)
- [teler](https://github.com/kitabisa/teler/)
- [terraform](https://www.hashicorp.com/products/terraform)
- [terraform-docs](https://github.com/terraform-docs/terraform-docs)
- [terraform-inventory](https://github.com/adammck/terraform-inventory)
- [terragrunt](https://terragrunt.gruntwork.io/)
- [tflint](https://github.com/terraform-linters/tflint/)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,12 +1141,24 @@ sources:
binaries:
- terraform

terraform-docs:
description: >
Generate documentation from Terraform modules in various output formats
list:
type: github-releases
url: https://api.github.com/repos/terraform-docs/terraform-docs/releases
fetch:
url: https://github.com/terraform-docs/terraform-docs/releases/download/v{{ .Version }}/terraform-docs-v{{ .Version }}-{{ .OS }}-{{ .Arch }}
install:
type: direct

terraform-inventory:
description: terraform-inventory creates an ansible inventory from terraform
list:
type: github-releases
url: https://api.github.com/repos/adammck/terraform-inventory/releases
fetch:

url: https://github.com/adammck/terraform-inventory/releases/download/v{{ .VersionMajor }}.{{ .VersionMinor }}/terraform-inventory_{{ .VersionMajor }}.{{ .VersionMinor }}_{{ .OS }}_{{ .Arch }}.zip
install:
type: zip
Expand Down

0 comments on commit bc017c6

Please sign in to comment.