What you do here
- Configure and use access controls with RBAC
- Manage state history with Versioning
- Use units as your Terraform/OpenTofu state workspaces
Typical usage flow
- Create a unit for each root module/environment pair.
- Authenticate your CLI tooling against your OpenTaco endpoint.
- Point Terraform/OpenTofu at OpenTaco using the
cloudworkflow. - Apply RBAC policies for team access.
- Use version history to inspect or restore previous state when needed.

