awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Terraform Drift Detection Tools

Ranking updated Jun 30, 2026

Identify discrepancies between your defined Terraform state files and the actual configuration of live infrastructure.

Terraform Drift Detection Tools

Find the best repos with AI.We'll search the best matching repositories with AI.
  • hashicorp/terraformhashicorp avatar

    hashicorp/terraform

    48,720View on GitHub↗

    Terraform is a declarative infrastructure-as-code tool designed to manage the lifecycle of cloud and on-premises resources. It functions as a workflow engine that reconciles a defined desired state against real-world infrastructure, using a persistent state-tracking layer to maintain consistency and visibility across distributed environments. By mapping infrastructure components into a directed acyclic graph, the system calculates the optimal order for provisioning, updating, or destroying resources. The platform is distinguished by its extensible plugin-based architecture, which decouples co

    Terraform is the core infrastructure-as-code tool that natively compares its state against live resources (via plan) to detect drift, making it exactly the kind of tool this search is after, though it isn't a specialized standalone drift monitor.

    GoEnvironment IsolationMulti-Cloud Orchestrators
    View on GitHub↗48,720
  • opentofu/opentofuopentofu avatar

    opentofu/opentofu

    29,206View on GitHub↗

    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

    OpenTofu is a full Infrastructure as Code orchestrator that inherently detects and reports drift between declared state and live resources during planning, covering all requested features like multi-cloud support, CI/CD integration, workspace management, and the ability to ignore known differences.

    GoInfrastructure as CodeCloud ProvisionersDeclarative Infrastructure Tools
    View on GitHub↗29,206

Related searches

  • a tool that prices Terraform changes
  • a self-hosted Terraform automation platform
  • a tool for importing infrastructure into Terraform
  • a Terraform policy and compliance checker
  • a tool for diagramming Terraform infrastructure
  • a tool for cleaning up idle cloud resources
  • a cloud security posture tool
  • a tool for monitoring model drift in production