github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/website/docs/configuration/terraform-enterprise.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Configuring Terraform Push" 4 sidebar_current: "docs-config-push" 5 description: |- 6 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. 7 --- 8 9 # Terraform Push Configuration 10 11 -> **Note:** This page is about Terraform 0.12 and later. For Terraform 0.11 and 12 earlier, see 13 [0.11 Configuration Language: Configuring Terraform Push](../configuration-0-11/terraform-enterprise.html). 14 15 Prior to v0.12, Terraform included mechanisms to interact with a legacy version 16 of Terraform Enterprise, formerly known as "Atlas". 17 18 These features relied on a special configuration block named `atlas`: 19 20 ```hcl 21 atlas { 22 name = "acme-corp/production" 23 } 24 ``` 25 26 These features are no longer available on Terraform Enterprise and so the 27 corresponding configuration elements and commands have been removed in 28 Terraform v0.12. 29 30 After upgrading to the current version of Terraform Enterprise, 31 any `atlas` blocks in your configuration can be safely removed.