mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 22:00:21 -04:00
897 B
897 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| enterprise | Pushing - State - Terraform Enterprise | docs-enterprise-state-pushing | Pushing remote states. |
Pushing Terraform Remote State to Terraform Enterprise
Terraform Enterprise is one of a few options to store remote 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 Terraform Enterprise to store remote state, you'll first need to have the
ATLAS_TOKEN environment variable set and run the following command.
NOTE: terraform remote config command has been deprecated in 0.9.X. Remote configuration is now managed as a backend configuration.
$ terraform remote config \
-backend-config="name=$USERNAME/product"