From 5125db58410c9a67bab0bd53ccd3f063b9743b1e Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:27:27 +0000 Subject: [PATCH] fix broken link (#1286) Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- website/docs/language/settings/tf-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/tf-cloud.mdx b/website/docs/language/settings/tf-cloud.mdx index a211a8a6b0..49fab84a30 100644 --- a/website/docs/language/settings/tf-cloud.mdx +++ b/website/docs/language/settings/tf-cloud.mdx @@ -5,7 +5,7 @@ description: >- # Cloud Configuration -The main module of an OpenTofu configuration can integrate with a cloud backend to enable CLI-driven run workflow (if supported by your cloud backend). You only need to configure these settings when you want to use OpenTofu CLI to interact with a cloud backend. +The main module of an OpenTofu configuration can integrate with a cloud backend to enable its [CLI-driven run workflow](/docs/cli/cloud) (if supported by your cloud backend). You only need to configure these settings when you want to use OpenTofu CLI to interact with a cloud backend. A cloud backend ignores them when interacting with OpenTofu through version control or the API. ## Usage Example