terraform/website/source/docs/enterprise/state/pushing.html.md

16 lines
563 B
Markdown
Raw Normal View History

2017-03-16 20:42:33 +01:00
---
title: "Pushing Terraform Remote State to Atlas"
---
# Pushing Terraform Remote State to Atlas
Atlas is one of a few options to store [remote state](/help/terraform/state).
Remote state gives you the ability to version and collaborate on Terraform changes. It
stores information about the changes Terraform makes based on configuration.
To use Atlas to store remote state, you'll first need to have the
`ATLAS_TOKEN` environment variable set and run the following command.
$ terraform remote config -backend-config="name=%{DEFAULT_USERNAME}/product"