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