Skip to content

Commit 13bf6dd

Browse files
author
chrislovecnm
committed
Adding PR so that CI will pass
Adding PR #191 in a seperate commit which can be squashed or removed.
1 parent ad65b49 commit 13bf6dd

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

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

autogen/README.md

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

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

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

187190
### Requirements

modules/beta-private-cluster/README.md

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

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

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

257260
### Requirements

modules/beta-public-cluster/README.md

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

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

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

247250
### Requirements

modules/private-cluster/README.md

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

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

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

248251
### Requirements

0 commit comments

Comments
 (0)