diff --git a/README.md b/README.md index 40288fe0..8286b52c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Project Banner
+Project Banner

Build StatusLatest ReleaseLast UpdatedSlack Community

diff --git a/modules/docs/Makefile b/modules/docs/Makefile index e27369da..d5e2f89d 100644 --- a/modules/docs/Makefile +++ b/modules/docs/Makefile @@ -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 "" > $@ ; \ - terraform-docs --lockfile=false md . >> $@ ; \ + terraform-docs --lockfile=false md .$(TERRAFORM_SOURCE_DIR) >> $@ ; \ echo "" >> $@ .PHONY : docs/github-action.md