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
Updates the Terraform module development guidelines to ensure
new modules are placed in the correct subdirectory within
`modules/` or `community/modules/.
Copy file name to clipboardExpand all lines: .gemini/styleguide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Pay close attention to the following specifics:
21
21
* Check for clear variable definitions in `variables.tf` with descriptions, types, and sensible defaults where applicable.
22
22
* Ensure resources within the module are logically structured.
23
23
* Encourage the use of best practices for writing clean and maintainable Terraform code.
24
-
* Ensure new modules are placed in the correct directory (`modules/` or `community/modules/`).
24
+
* Ensure new modules are placed in the correct directory (`modules/` or `community/modules/`) and within the appropriate subdirectory (e.g., `compute`, `network`, `file-system`, `scheduler`, etc.).
25
25
26
26
3.**Go Language:**
27
27
* Follow standard Go idioms and best practices (e.g., error handling, naming).
0 commit comments