Skip to content

Commit 778c7a0

Browse files
committed
docs: Refine style guide for module placement
Updates the Terraform module development guidelines to ensure new modules are placed in the correct subdirectory within `modules/` or `community/modules/.
1 parent 70f22ce commit 778c7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pay close attention to the following specifics:
2121
* Check for clear variable definitions in `variables.tf` with descriptions, types, and sensible defaults where applicable.
2222
* Ensure resources within the module are logically structured.
2323
* 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.).
2525

2626
3. **Go Language:**
2727
* Follow standard Go idioms and best practices (e.g., error handling, naming).

0 commit comments

Comments
 (0)