What you get
- Remote execution environment for Terraform/OpenTofu
- Streamed logs and run visibility
- Tight integration with OpenTaco State Management
Typical workflow
- Create a remote unit in OpenTaco.
- Configure a
cloudblock that points to your OpenTaco org/unit. - Authenticate with
terraform loginortofu login. - Run
plan/applylocally and let execution happen remotely.
When teams adopt Remote Runs
- You want consistent tooling/runtime behavior across contributors.
- You want to reduce local credential/tooling drift on laptops.
- You want Terraform Cloud-like remote execution while staying CLI-first.
Requirements
- OpenTaco State Management configured
- Remote unit configured for your target Terraform/OpenTofu version
- Remote execution provider configured (for self-hosting, see E2B setup)

