MerchantryTidbits

deploy-infra / cli

OpenTofu

Capability: OpenTofu

Use it when

  • manage cloud infrastructure as reviewable declarative code
  • plan infrastructure changes and detect drift with an open source Terraform-compatible tool

What it solves

Not the fit when

  • state, provider credentials, and destructive changes still require careful review

Install

brew install opentofu

Invoke

tofu init && tofu plan && tofu apply

Alternatives

No reviewed alternatives recorded yet.