Skip to content

Commit

Permalink
Ignore lockfiles while building Terraform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Mar 4, 2024
1 parent 1554955 commit c799833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docs/targets.md: docs/deps
## Update `docs/terraform.md` from `terraform-docs`
docs/terraform.md: docs/deps packages/install/terraform-docs
@echo "<!-- markdownlint-disable -->" > $@ ; \
terraform-docs md . >> $@ ; \
terraform-docs --lockfile=false md . >> $@ ; \
echo "<!-- markdownlint-restore -->" >> $@

.PHONY : docs/github-action.md
Expand Down

0 comments on commit c799833

Please sign in to comment.