From 04fb42cb05ad0d68f907a87fa99eb9063952a250 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:05:09 -0500 Subject: [PATCH] Update push CLI command page --- website/docs/cli/commands/push.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/commands/push.mdx b/website/docs/cli/commands/push.mdx index 7eb66776e..ff34d5c41 100644 --- a/website/docs/cli/commands/push.mdx +++ b/website/docs/cli/commands/push.mdx @@ -1,5 +1,5 @@ --- -page_title: 'Command: push' +page_title: "Command: push" description: >- DISCONTINUED. Terraform Cloud and the modern "remote" backend have replaced the old `terraform push` command. @@ -7,7 +7,7 @@ description: >- # Command: push -!> **Important:** The `terraform push` command is no longer functional. Its functionality was replaced and surpassed by [the `remote` backend](/language/settings/backends/remote), which works with current versions of Terraform Cloud. The `remote` backend allows you to run remote operations directly from the command line, and displays real-time output from the remote run environment. +!> **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. 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.