From 2b2b636d73121cf4bafc1427bdbc0ff1c622ed4d Mon Sep 17 00:00:00 2001 From: henryk-rychlik <157070992+henryk-rychlik@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:45:17 -0600 Subject: [PATCH] Warning about Structured Run Output not working with remote backend (#35986) * Added a warning about Structured Run Output not working with remote backend * Update website/docs/language/backend/remote.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --------- Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> --- website/docs/language/backend/remote.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/backend/remote.mdx b/website/docs/language/backend/remote.mdx index 0e09dc87de..e9ea55281a 100644 --- a/website/docs/language/backend/remote.mdx +++ b/website/docs/language/backend/remote.mdx @@ -7,7 +7,7 @@ description: >- # remote --> **Note:** We introduced the remote backend in Terraform v0.11.13 and Terraform Enterprise v201809-1. As of Terraform v1.1.0 and Terraform Enterprise v202201-1, **we recommend using the HCP Terraform's built-in [`cloud` integration](/terraform/cli/cloud/settings)** instead of this backend. The `cloud` option includes an improved user experience and more features. +-> **Note:** We introduced the remote backend in Terraform v0.11.13 and Terraform Enterprise v201809-1. As of Terraform v1.1.0 and Terraform Enterprise v202201-1, we recommend using HCP Terraform's built-in [`cloud` integration](/terraform/cli/cloud/settings) instead. The `cloud` option supports an improved user experience and more features, such as [structured run output mode](/terraform/cloud-docs/workspaces/settings#user-interface), which displays your plan and apply results in a human-readable format. The remote backend is unique among all other Terraform backends because it can both store state snapshots and execute operations for HCP Terraform's [CLI-driven run workflow](/terraform/cloud-docs/run/cli). It used to be called an "enhanced" backend.