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
`tofugu` is a configuration management CLI that dynamically orchestrates OpenTofu or Terraform deployments. It provides infrastructure configuration definitions from outside the Terraform code, using either files or a Configuration Management Database (CMDB) with an OpenAPI-powered interface called Toaster. This enables reusing Terraform code across multiple environments without duplication.
10
+
`tofugu` is a configuration management CLI that dynamically orchestrates OpenTofu or Terraform deployments. It separates infrastructure configuration from code, enabling DevOps teams to reuse Terraform modules across multiple environments (dev, staging, production) without code duplication. Configuration can be sourced from files or a Configuration Management Database (CMDB) with an OpenAPI-powered interface called Toaster.
0 commit comments