github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/website/docs/cli/commands/push.mdx (about)

     1  ---
     2  page_title: 'Command: push'
     3  description: >-
     4    DISCONTINUED. Terraform Cloud and the modern "remote" backend have replaced
     5    the old `terraform push` command.
     6  ---
     7  
     8  # Command: push
     9  
    10  !> **Important:** The `terraform push` command is no longer functional. We recommend the [Terraform Cloud CLI integration](/cli/cloud) instead, which allows you to run remote operations in Terraform Cloud directly from the command line.
    11  
    12  The `terraform push` command was an early implementation of remote Terraform runs. It allowed teams to push a configuration to a remote run environment in a discontinued version of Terraform Enterprise.
    13  
    14  The legacy Terraform Enterprise version that supported `terraform push` is no longer available, and there are no remaining instances of that version in operation. Without a service to push to, the command is now completely non-functional.