Skip to content

Commit f34320d

Browse files
authored
Merge pull request #190 from chrislovecnm/readme-updates
Updated documentation with development notes
2 parents 348549a + 428b0f8 commit f34320d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ generate_docs:
9696
generate:
9797
@source test/make.sh && generate
9898

99+
.PHONY: dev
100+
dev: generate generate_docs
101+
@echo "Updated files"
102+
99103
# Versioning
100104
.PHONY: version
101105
version:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ To more cleanly handle cases where desired functionality would require complex d
233233

234234
The root module is generated by running `make generate`. Changes to this repository should be made in the [`autogen`](/autogen) directory where appropriate.
235235

236+
Note: The correct sequence to update the repo using autogen functionality is the run `make generate && make generate_docs`. This
237+
will create the various Terraform files, and then generate the Terraform documentation using `terraform-docs`.
238+
236239
## Testing
237240

238241
### Requirements

0 commit comments

Comments
 (0)