Manage Environments Easily in Terraform
Use a Modern Composable Framework for Terraform backed by YAML
Simplify complex architectures with DRY configuration
Start Your Project
Create a solid foundation with a well-structured folder layout, embracing best practices and conventions for a consistently organized project.
Learn More
Write your Components
Use your existing Terraform root modules or create new ones. Component libraries make sharing easy. Use vendoring to pull down remote dependencies.
Learn More
Define your Stacks
Configure your environments—development, staging, production—each tailored to different stages of the lifecycle, ensuring smooth transitions and robust deployment strategies. Inherit from a common baseline to keep it DRY.
Learn More
Deploy 🚀
Execute deployments with precision using Terraform's plan and apply commands, fully integrated with native GitOps workflows through GitHub Actions for seamless automation.
Learn More