Skip to content

Commit

Permalink
Remove authors file and corresponding scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Mar 16, 2021
1 parent c246442 commit 8faaf9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
50 changes: 0 additions & 50 deletions AUTHORS

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ major: release ## Prepare Major release
####################
## Helper targets ##
####################
.PHONY: authors
authors: ## Generate Authors
git log --all --format='%aN <%aE>' | sort -u | egrep -v noreply > AUTHORS

.PHONY: goimports
goimports:
ifeq (, $(shell which goimports))
Expand Down
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@

A utility to generate documentation from Terraform modules in various output formats.

```bash
terraform-docs asciidoc ./my-terraform-module # generate asciidoc table
terraform-docs asciidoc table ./my-terraform-module # generate asciidoc table
terraform-docs asciidoc document ./my-terraform-module # generate asciidoc document
terraform-docs json ./my-terraform-module # generate json
terraform-docs markdown ./my-terraform-module # generate markdown table
terraform-docs markdown table ./my-terraform-module # generate markdown table
terraform-docs markdown document ./my-terraform-module # generate markdown document
terraform-docs pretty ./my-terraform-module # generate colorized pretty
terraform-docs tfvars hcl ./my-terraform-module # generate hcl format of terraform.tfvars
terraform-docs tfvars json ./my-terraform-module # generate json format of terraform.tfvars
terraform-docs toml ./my-terraform-module # generate toml
terraform-docs xml ./my-terraform-module # generate xml
terraform-docs yaml ./my-terraform-module # generate yaml
```

## Documentation

- **Users**
Expand Down Expand Up @@ -112,13 +96,6 @@ refers to HEAD of `master` at any given point in time.

- Discuss terraform-docs on [Slack]

## Maintenance

This project was originally developed by [Segment] but now is no longer maintained
by them. Instead, [Martin Etmajer] from [GetCloudnative] and [Khosrow Moossavi] from
[CloudOps] are maintaining the project with help from these awesome [contributors].
Note that maintainers are unaffiliated with Segment.

## License

MIT License - Copyright (c) 2021 The terraform-docs Authors.
Expand All @@ -134,9 +111,3 @@ MIT License - Copyright (c) 2021 The terraform-docs Authors.
[Scoop]: https://scoop.sh/
[Chocolatey]: https://www.chocolatey.org
[Slack]: https://slack.terraform-docs.io/
[Segment]: https://github.com/segmentio/
[Martin Etmajer]: https://github.com/metmajer
[GetCloudnative]: https://github.com/getcloudnative
[Khosrow Moossavi]: https://github.com/khos2ow
[CloudOps]: https://github.com/cloudops
[contributors]: AUTHORS

0 comments on commit 8faaf9f

Please sign in to comment.