Add intro text to migrating section
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
parent
5897c9590c
commit
57a27cd1dc
|
@ -36,11 +36,9 @@ Naming](/docs/cloud/workspaces/naming.html) in the Terraform Cloud documentation
|
|||
|
||||
## Migrating from the `remote` Backend
|
||||
|
||||
The [`remote` backend](/docs/language/settings/backends/remote.html) was the primary
|
||||
implementation of Terraform Cloud's [CLI-driven run workflow](/docs/cloud/run/cli.html) for
|
||||
Terraform versions 0.11.13 through 1.0.x. We recommend using the native `cloud`
|
||||
integration for Terraform versions 1.1 or later, as it provides an improved user experience and
|
||||
various enhancements.
|
||||
If the working directory was already connected to Terraform Cloud with the `remote` backend, Terraform can continue using the same Terraform Cloud workspaces. The local names shown for those workspaces will change to match their remote names.
|
||||
|
||||
The [`remote` backend](/docs/language/settings/backends/remote.html) was the primary implementation of Terraform Cloud's [CLI-driven run workflow](/docs/cloud/run/cli.html) for Terraform versions 0.11.13 through 1.0.x. We recommend using the native `cloud` integration for Terraform versions 1.1 or later, as it provides an improved user experience and various enhancements.
|
||||
|
||||
### Block Replacement
|
||||
|
||||
|
|
Loading…
Reference in New Issue