Skip to content

Commit

Permalink
fix: generate markdown with terraform docs and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Aug 2, 2022
1 parent 00f2504 commit d9f0a51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
rev: v0.16.0
hooks:
- id: terraform-docs-go
args: ["--output-file", "README.md", "."]
args: ["markdown", "--output-file", "README.md", "."]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.17.1
hooks:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/brucellino/terraform-digitalocean-consul/compare/v1.0.3...v1.0.4) (2022-08-02)


### Bug Fixes

* **output:** add descriptions to the outputs ([00f2504](https://github.com/brucellino/terraform-digitalocean-consul/commit/00f250489c5a0385d2eab7dcae840f8c6c6d7287))

## [1.0.3](https://github.com/brucellino/terraform-digitalocean-consul/compare/v1.0.2...v1.0.3) (2022-08-02)


Expand Down

0 comments on commit d9f0a51

Please sign in to comment.