You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,9 @@ To more cleanly handle cases where desired functionality would require complex d
233
233
234
234
The root module is generated by running `make generate`. Changes to this repository should be made in the [`autogen`](/autogen) directory where appropriate.
235
235
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`.
0 commit comments