2017-03-16 20:42:33 +01:00
|
|
|
---
|
2017-03-17 21:55:31 +01:00
|
|
|
layout: "state"
|
|
|
|
page_title: "State: Collaborating"
|
|
|
|
sidebar_current: "docs-enterprise-state-collaborating"
|
|
|
|
description: |-
|
|
|
|
How to collaborate on states.
|
2017-03-16 20:42:33 +01:00
|
|
|
---
|
|
|
|
|
2017-03-17 21:55:31 +01:00
|
|
|
# Collaborating on Terraform Remote State
|
2017-03-16 20:42:33 +01:00
|
|
|
|
2017-03-17 21:55:31 +01:00
|
|
|
Atlas is one of a few options to store [remote state](/docs/enterprise/state).
|
2017-03-16 20:42:33 +01:00
|
|
|
|
|
|
|
Remote state gives you the ability to version and collaborate on Terraform changes. It
|
|
|
|
stores information about the changes Terraform makes based on configuration.
|
|
|
|
|
|
|
|
In order to collaborate safely on remote state, we recommend
|
2017-03-17 21:55:31 +01:00
|
|
|
[creating an organization](https://atlas.hashicorp.com/help/organizations/create) to manage teams of users.
|
2017-03-16 20:42:33 +01:00
|
|
|
|
2017-03-17 21:55:31 +01:00
|
|
|
Then, following a [remote state push](/docs/enterprise/state) you can view state versions
|
|
|
|
in the changes tab of the environment created under the same name
|
|
|
|
as the remote state.
|