github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/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/enterprise/state).
    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 [remote state push](/docs/enterprise/state) you can view state
    22  versions in the changes tab of the environment created under the same name as
    23  the remote state.