opentofu/website/docs/configuration/terraform-enterprise.html.md
Martin Atkins e5e3452ffa website: Reorganize the "Configuration" docs section
With the additional configuration language features coming in Terraform
v0.12, our existing documentation structure is beginning to strain.

Here we reorganize the navigation slightly in order to introduce the
concepts in a more appropriate order so that we can reveal complexity
more gradually. Subsequent commits will revise the content of these
pages to better reflect the new sequencing.

The "Environment Variables" page is moved from the Configuration section
into the "Commands" section, since it is not considered a part of the
configuration language and thus more appropriate in the CLI documentation.
The old placement is reflective of the broader purpose that the
"Configuration" section had originally, but its new focus will be on
the Terraform language (.tf files) in particular, with other aspects of
customizing Terraforms behavior covered in other sections.
2018-10-16 18:46:46 -07:00

943 B

layout page_title sidebar_current description
docs Configuring Terraform Push docs-config-push Terraform's push command was a way to interact with the legacy version of Terraform Enterprise. It is not supported in the current version of Terraform Enterprise.

Terraform Push Configuration

Prior to v0.12, Terraform included mechanisms to interact with a legacy version of Terraform Enterprise, formerly known as "Atlas".

These features relied on a special configuration block named atlas:

atlas {
  name = "acme-corp/production"
}

These features are no longer available on Terraform Enterprise and so the corresponding configuration elements and commands have been removed in Terraform v0.12.

To migrate to the current version of Terraform Enterprise, refer to the upgrade guide. After upgrading, any atlas blocks in your configuration can be safely removed.