Skip to content

Commit

Permalink
Merge pull request #191 from chrislovecnm/readme-updates
Browse files Browse the repository at this point in the history
Fixing README updates
  • Loading branch information
morgante authored Jun 26, 2019
2 parents f5bb9f8 + 9b531af commit ce40193
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,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`.
Note: The correct sequence to update the repo using autogen functionality is to run
`make generate && make generate_docs`. This will create the various Terraform files, and then
generate the Terraform documentation using `terraform-docs`.

## Testing

Expand Down
7 changes: 3 additions & 4 deletions autogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,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`.
Note: The correct sequence to update the repo using autogen functionality is to run
`make generate && make generate_docs`. This will create the various Terraform files, and then
generate the Terraform documentation using `terraform-docs`.

## Testing

Expand Down
7 changes: 3 additions & 4 deletions modules/beta-private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,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`.
Note: The correct sequence to update the repo using autogen functionality is to run
`make generate && make generate_docs`. This will create the various Terraform files, and then
generate the Terraform documentation using `terraform-docs`.

## Testing

Expand Down
7 changes: 3 additions & 4 deletions modules/beta-public-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,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`.
Note: The correct sequence to update the repo using autogen functionality is to run
`make generate && make generate_docs`. This will create the various Terraform files, and then
generate the Terraform documentation using `terraform-docs`.

## Testing

Expand Down
7 changes: 3 additions & 4 deletions modules/private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,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`.
Note: The correct sequence to update the repo using autogen functionality is to run
`make generate && make generate_docs`. This will create the various Terraform files, and then
generate the Terraform documentation using `terraform-docs`.

## Testing

Expand Down

0 comments on commit ce40193

Please sign in to comment.