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: autogen/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,11 @@ To more cleanly handle cases where desired functionality would require complex d
182
182
183
183
The root module is generated by running `make generate`. Changes to this repository should be made in the [`autogen`](/autogen) directory where appropriate.
184
184
185
+
Note: The correct sequence to update the repo using autogen
186
+
functionality is the run `make generate && make generate_docs`. This
187
+
will create the various Terraform files, and then generate the
0 commit comments