You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/configuration/terraform-enterprise.html.md

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.