Skip to content

Commit 0cb4800

Browse files
goruhacloudpossebotaknysh
authored
Added TERRAFORM_SOURCE_DIR variable to specify terraform code path (#389)
* Added `TERRAFORM_SOURCE_DIR` variable to specify subdir * Auto Format * Update README.md * Auto Format * Update README.md Co-authored-by: Andriy Knysh <[email protected]> * Auto Format --------- Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Andriy Knysh <[email protected]>
1 parent 00a9870 commit 0cb4800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
<!-- markdownlint-disable -->
4-
<a href="https://cpco.io/homepage"><img src=".github/banner.png?raw=true" alt="Project Banner"/></a><br/>
4+
<a href="https://cpco.io/homepage"><img src="https://github.com/cloudposse/build-harness/blob/main/.github/banner.png?raw=true" alt="Project Banner"/></a><br/>
55
<p align="right">
66
<a href="https://github.com/cloudposse/build-harness/actions/workflows/docker.yml"><img src="https://img.shields.io/github/actions/workflow/status/cloudposse/build-harness/docker.yml?style=for-the-badge" alt="Build Status"/></a><a href="https://github.com/cloudposse/build-harness/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/build-harness.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/build-harness/commits/master/"><img src="https://img.shields.io/github/last-commit/cloudposse/build-harness/master?style=for-the-badge" alt="Last Updated"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a></p>
77
<!-- markdownlint-restore -->

modules/docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docs/targets.md: docs/deps
1818
## Update `docs/terraform.md` from `terraform-docs`
1919
docs/terraform.md: docs/deps packages/install/terraform-docs
2020
@echo "<!-- markdownlint-disable -->" > $@ ; \
21-
terraform-docs --lockfile=false md . >> $@ ; \
21+
terraform-docs --lockfile=false md .$(TERRAFORM_SOURCE_DIR) >> $@ ; \
2222
echo "<!-- markdownlint-restore -->" >> $@
2323

2424
.PHONY : docs/github-action.md

0 commit comments

Comments
 (0)