OpenTofu is a reliable, open-source infrastructure as code tool that serves as a drop-in replacement for Terraform. Stewarded by the Linux Foundation, it ensures your IaC practices remain open and community-driven, allowing you to use your existing configurations and workflows without interruption. Manage infrastructure across any cloud platform with a thriving ecosystem of thousands of providers and modules.
It introduces powerful features developed by the community to solve real-world challenges. Key enhancements include:
-exclude
flag to temporarily skip specific resources during plan
and apply
operations.for_each
with providers, reducing code duplication and improving maintainability.