OpenTofu
OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation.
Migrating from Terraform
OpenTofu 1.6 is compatible with Terraform 1.6. Follow the migration guide in resources to get started.
Getting started
# Installation
brew install opentofu
# Verify version
tofu --version
# Initialization
tofu init
# Inspect the plan
tofu plan
# Apply changes
tofu apply