mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix Docusaurus "broken link" warnings on main branch of docs (#1884)
Signed-off-by: Tom Spurling <tom@tspurling.co.uk> Co-authored-by: Tom Spurling <tom@tspurling.co.uk>
This commit is contained in:
parent
ed612a35ac
commit
9198166771
@ -11,7 +11,7 @@ TF Automation and Collaboration Software (TACOS) are platforms which allow teams
|
||||
|
||||
# What are some examples?
|
||||
|
||||
There are a variety of platforms which offer OpenTofu support, both Open Source and Commercial. Many of these organizations support OpenTofu directly and can be found on our [supporters](../../../supporters) page.
|
||||
There are a variety of platforms which offer OpenTofu support, both Open Source and Commercial. Many of these organizations support OpenTofu directly and can be found on our [supporters](/supporters) page.
|
||||
|
||||
|
||||
|
||||
|
@ -179,9 +179,9 @@ where they appear. Some of most common local names are:
|
||||
|
||||
:::note
|
||||
Local names are often referred to as _variables_ or
|
||||
_temporary variables_ in their documentation. These are not [input
|
||||
variables](../../language/values/variables.mdx); they are just arbitrary names
|
||||
that temporarily represent a value.
|
||||
_temporary variables_ in their documentation. These are not
|
||||
[input variables](../../language/values/variables.mdx); they are just
|
||||
arbitrary names that temporarily represent a value.
|
||||
:::
|
||||
|
||||
The names in this section relate to top-level configuration blocks only.
|
||||
|
@ -12,9 +12,9 @@ OpenTofu can install and use them. This page documents how to declare providers
|
||||
so OpenTofu can install them.
|
||||
|
||||
Additionally, some providers require configuration (like endpoint URLs or cloud
|
||||
regions) before they can be used. The [Provider
|
||||
Configuration](../../language/providers/configuration.mdx) page documents how
|
||||
to configure settings for providers.
|
||||
regions) before they can be used. The
|
||||
[Provider Configuration](../../language/providers/configuration.mdx) page
|
||||
documents how to configure settings for providers.
|
||||
|
||||
## Requiring Providers
|
||||
|
||||
|
@ -36,8 +36,7 @@ OpenTofu state will be written into the file `path/mystate/version-1.tfstate`. T
|
||||
## Data Source Configuration
|
||||
|
||||
To make use of the OSS remote state in another configuration, use the
|
||||
[`terraform_remote_state` data
|
||||
source](../../../language/state/remote-state-data/index.mdx).
|
||||
[`terraform_remote_state` data source](../../../language/state/remote-state-data.mdx).
|
||||
|
||||
```hcl
|
||||
terraform {
|
||||
|
@ -40,8 +40,8 @@ following sections.
|
||||
|
||||
The nested `backend` block configures which state backend OpenTofu should use.
|
||||
|
||||
The syntax and behavior of the `backend` block is described in [Backend
|
||||
Configuration](../../language/settings/backends/configuration.mdx).
|
||||
The syntax and behavior of the `backend` block is described in
|
||||
[Backend Configuration](../../language/settings/backends/configuration.mdx).
|
||||
|
||||
## Specifying a Required OpenTofu Version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user