> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Force Remote Backend

> Require all future Terraform environments in a project to use the env zero remote backend, making workspace name a mandatory field on environment creation.

When `force env zero remote backend` is enabled, all future Terraform environments in the current project will be created with a [Remote Backend](/guides/admin-guide/remote-backend), which by default is not enabled.

This policy can be enabled in Project Settings -> Policies

<img src="https://mintcdn.com/envzero-b61043c8/t0QBBK-2O7wlTUvX/images/guides/policies-governance/d6be520-233990686-3f8fc84b-d149-463e-b364-12d882fc87d8.jpg?fit=max&auto=format&n=t0QBBK-2O7wlTUvX&q=85&s=edce1dee8edbe365696081973365d8a6" alt="Project Settings Policies page showing the Force env zero remote backend toggle" width="891" height="263" data-path="images/guides/policies-governance/d6be520-233990686-3f8fc84b-d149-463e-b364-12d882fc87d8.jpg" />

The `Use env zero Remote Backend` checkbox will be checked and blocked for modification:

<img src="https://mintcdn.com/envzero-b61043c8/t0QBBK-2O7wlTUvX/images/guides/policies-governance/789162b-image.png?fit=max&auto=format&n=t0QBBK-2O7wlTUvX&q=85&s=93f646017f6146a8a4dacdf33a44eb64" alt="Environment creation form showing Use env zero Remote Backend checkbox checked and locked" width="856" height="384" data-path="images/guides/policies-governance/789162b-image.png" />

<Warning>
  Mandatory fields

  Please note that after enabling `Force env zero remote backend` feature, all newly created environments will require a workspace name to be added. (same applies for API calls.)
</Warning>

## Next steps

* [Self-Hosted Remote State](/guides/admin-guide/remote-backend/self-hosted-remote-state) - Configure remote state storage in your own cloud account.
* [State Migration](/guides/admin-guide/remote-backend/state-migration) - Move existing Terraform state into the env zero remote backend.
* [Policies](/guides/policies-governance/policies) - Explore other project-level policy controls.
