fix broken link (#1286)

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
This commit is contained in:
Rishav Dhar 2024-02-26 11:27:27 +00:00 committed by GitHub
parent 74a479e94b
commit 5125db5841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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