Infrastructure layers configuration orchestrator for OpenTofu or Terraform
Manage your infrastructure across multiple environments (development, staging, and production) efficiently without duplicating Terraform code!
- Environment specific configurations – separate development, staging, and production with dedicated JSON files
- Avoid code duplication – reuse Terraform modules across all your environments with different parameters
- Streamlined deployment – manage and deploy your infrastructure with a simple and intuitive interface
Sign In
Create Account
Quick Start With Demo Configuration
Download release version >= 0.5.0
Download the latest release from the GitHub repository.Latest release
Install OpenTofu
Ensure OpenTofu is properly installed on your system.Installation guide
Generate a simple demo configuration
Execute the following command to generate a simple demo configuration with connection to demo account in Infrastructure layers Configuration Management Database (CMDB). (Toaster-ToasterDB):
terminal
$ tofugu init
OR Generate with file based inventory:
terminal
$ tofugu init --toaster=false
Next steps
- Read documentation
- Play with Live Demo Playground
- Create your own account
- Start building your infrastructure!