Module Structure & Usage
Every module in the Archiphire library is designed for clarity, reusability, and compatibility with Terraform workflows.
Each module contains:
main.tf variables.tf outputs.tf README.md deployment-instructions.md
Modules are organized into three levels:
- Level 1 – Single-resource modules (e.g.,
vpc,s3-basic-bucket) - Level 2 – Composed stacks built from Level 1s (coming soon)
- Level 3 – Fully pre-wired cloud systems (coming soon)
For subscribers, modules are pre-wired and ready to connect into broader systems. They are not pre-filled — you bring your own variables. If you're a non-subscriber or need custom delivery, we offer fully filled and ready-to-deploy systems through our consulting services.