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
- Handle the template → build directory rendering process
109
+
The system uses a **Project Generator** pattern (Orchestrator/Worker) to standardize how different tools (OpenTofu, Ansible) generate their project files.
110
+
111
+
- **Orchestrator (`ProjectGenerator`)**: Manages the overall generation process.
112
+
- `OpenTofuProjectGenerator`
113
+
- `AnsibleProjectGenerator`
114
+
- **Workers (`Renderer`)**: Handle specific file types.
0 commit comments