Skip to content

Commit

Permalink
feat: tfdocs 0.17.0 (#307)
Browse files Browse the repository at this point in the history
* Update .tfdocs-config.yml

* Update .tfdocs-config.yml

* Update Makefile
  • Loading branch information
matt-FFFFFF authored Dec 22, 2023
1 parent 47d074d commit b923651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tfdocs-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

formatter: "markdown document" # this is required

version: "0.16.0"
version: "~> 0.17.0"

header-from: "header.md"
footer-from: "footer.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tfclean:
tools:
go install mvdan.cc/gofumpt@latest
go install github.com/katbyte/terrafmt@latest
go install github.com/terraform-docs/terraform-docs@latest
go install github.com/terraform-docs/terraform-docs@v0.17.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.52.2

# Makefile targets are files, but we aren't using it like this,
Expand Down

0 comments on commit b923651

Please sign in to comment.