aboutsummaryrefslogtreecommitdiff
path: root/sysutils/terraform-docs
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* sysutils/terraform-docs: Update to 0.16.0Gabriel Dutra2021-12-312-7/+31
| | | | | | Changelog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.16.0 PR: 260823
* Cleanup: for ports under s* categories, drop redundant GH_* knobs.Alexey Dokuchaev2021-09-011-4/+1
|
* sysutils/terraform-docs: Update to 0.15.0Gabriel Dutra2021-08-152-85/+88
| | | | | | Changelog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.15.0 PR: 257825
* sysutils/terraform-docs: Update to 0.14.1Gabriel Dutra2021-06-142-7/+7
| | | | | | | | | - Replace PORTVESION with DISTVERSION ChangeLog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.14.1 PR: 256365 Approved by: dbaio, garga (mentors, implicit)
* sysutils/terraform-docs: Update to 0.13.0Gabriel Dutra2021-05-202-13/+49
| | | | PR: 256022
* sysutils/terraform-docs: drop $FreeBSD$ again after bbd7f0fac793Jan Beich2021-05-011-2/+0
| | | | | | | | | | | $FreeBSD$ was originally removed in 305f148f482d (2021-04-06) which confused portlint until f36c30ba1869 (2021-04-19), so a workaround accidentally crept in into the patch. $ portlint -C FATAL: Makefile: [1]: $FreeBSD$ is deprecated in Git. PR: 255459
* sysutils/terraform-docs: Update to 0.12.1Fernando ApesteguĂ­a2021-04-302-16/+30
| | | | | | | | ChangeLog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.12.1 PR: 255459 Reported by: 0xdutra@gmail.com (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/terraform-docs: Update to 0.11.2Neel Chauhan2021-03-082-37/+82
| | | | | | | | PR: 254084 Submitted by: Gabriel Dutra <0xdutra AT gmail DOT com> (maintainer) Notes: svn path=/head/; revision=567808
* Add sysutils/terraform-docs: Generate documentation from Terraform modulesDanilo G. Baio2020-10-023-0/+106
A utility to generate documentation from Terraform modules in various output formats. terraform-docs asciidoc ./my-terraform-module # asciidoc table terraform-docs asciidoc table ./my-terraform-module # asciidoc table terraform-docs asciidoc document ./my-terraform-module # asciidoc document terraform-docs json ./my-terraform-module # json terraform-docs markdown ./my-terraform-module # markdown table terraform-docs markdown table ./my-terraform-module # markdown table terraform-docs markdown document ./my-terraform-module # markdown document terraform-docs pretty ./my-terraform-module # colorized pretty terraform-docs tfvars hcl ./my-terraform-module # hcl format of terraform.tfvars terraform-docs tfvars json ./my-terraform-module # json format of terraform.tfvars terraform-docs toml ./my-terraform-module # toml terraform-docs xml ./my-terraform-module # xml terraform-docs yaml ./my-terraform-module # yaml WWW: https://github.com/terraform-docs/terraform-docs PR: 249903 Submitted by: Gabriel Dutra <0xdutra@gmail.com> Notes: svn path=/head/; revision=551233