Daily snapshot: 2025-11-10

This commit is contained in:
2025-11-10 06:48:33 +00:00
parent fabb609840
commit b533e11611
9 changed files with 173 additions and 3 deletions
@@ -0,0 +1,9 @@
---
globs: "**/*.tf"
description: When a module depends on another module, it should only reference
the outputs of that module, not its internal resources or variables. This
promotes loose coupling and better maintainability.
alwaysApply: true
---
Avoid tight coupling between modules by having one module depend on another's internal implementation details