github.com/IBM-Cloud/terraform@v0.6.4-0.20170726051544-8872b87621df/website/source/docs/enterprise/state/collaborating.html.md (about) 1 --- 2 layout: "enterprise" 3 page_title: "Collaborating - State - Terraform Enterprise" 4 sidebar_current: "docs-enterprise-state-collaborating" 5 description: |- 6 How to collaborate on states. 7 --- 8 9 # Collaborating on Terraform Remote State 10 11 Terraform Enterprise is one of a few options to store [remote state](/docs/state/remote.html). 12 13 Remote state gives you the ability to version and collaborate on Terraform 14 changes. It stores information about the changes Terraform makes based on 15 configuration. 16 17 In order to collaborate safely on remote state, we recommend 18 [creating an organization](/docs/enterprise/organizations/create.html) to 19 manage teams of users. 20 21 Then, following a [Terraform Enterprise Run](/docs/enterprise/runs) or [`apply`](/docs/commands/apply.html) 22 you can view state versions in the `States` list of the environment.