Skip to content

Commit

Permalink
Merge pull request #190 from chrislovecnm/readme-updates
Browse files Browse the repository at this point in the history
Updated documentation with development notes
  • Loading branch information
morgante authored Jun 25, 2019
2 parents 348549a + 428b0f8 commit f34320d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ generate_docs:
generate:
@source test/make.sh && generate

.PHONY: dev
dev: generate generate_docs
@echo "Updated files"

# Versioning
.PHONY: version
version:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ To more cleanly handle cases where desired functionality would require complex d

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

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

## Testing

### Requirements
Expand Down

0 comments on commit f34320d

Please sign in to comment.