terraform/website/docs/cli/commands/push.mdx

15 lines
865 B
Plaintext
Raw Normal View History

2015-03-09 19:06:25 +01:00
---
2022-01-04 20:58:31 +01:00
page_title: 'Command: push'
2021-12-15 03:41:17 +01:00
description: >-
DISCONTINUED. Terraform Cloud and the modern "remote" backend have replaced
the old `terraform push` command.
2015-03-09 19:06:25 +01:00
---
# Command: push
2021-12-21 23:05:09 +01:00
!> **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.
2015-03-09 19:06:25 +01:00
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.