1 repo
Systems that interpret declarative definitions to automate the lifecycle of multi-platform cloud resources.
Distinguishing note: Focuses on the engine capability for multi-platform automation; distinct from general Infrastructure as Code.
Explore 1 awesome GitHub repository matching devops & infrastructure · Declarative Provisioning Engines. Refine with filters or upvote what's useful.
OpenTofu is a declarative infrastructure orchestrator that automates the provisioning and management of cloud resources. It functions as a platform-agnostic interface, allowing users to define their desired environment state in configuration files, which the system then reconciles against live infrastructure to calculate and execute necessary updates. The project utilizes a graph-based execution engine to determine the optimal sequence for resource operations, enabling the parallel processing of independent components to reduce deployment times. To support complex, multi-platform environments
Defining the desired state of cloud resources in configuration files to automate the setup and management of complex multi-platform environments.