mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Signed-off-by: Tom Spurling <tom@tspurling.co.uk> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: may every hack help <137650446+mehhhhhhhhhhhhhhh@users.noreply.github.com> Co-authored-by: Tom Spurling <tom@tspurling.co.uk>
This commit is contained in:
parent
7cdad9e993
commit
2b1167debd
@ -11,7 +11,7 @@ TF Automation and Collaboration Software (TACOS) are platforms which allow teams
|
|||||||
|
|
||||||
# What are some examples?
|
# 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
|
:::note
|
||||||
Local names are often referred to as _variables_ or
|
Local names are often referred to as _variables_ or
|
||||||
_temporary variables_ in their documentation. These are not [input
|
_temporary variables_ in their documentation. These are not
|
||||||
variables](../../language/values/variables.mdx); they are just arbitrary names
|
[input variables](../../language/values/variables.mdx); they are just
|
||||||
that temporarily represent a value.
|
arbitrary names that temporarily represent a value.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The names in this section relate to top-level configuration blocks only.
|
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.
|
so OpenTofu can install them.
|
||||||
|
|
||||||
Additionally, some providers require configuration (like endpoint URLs or cloud
|
Additionally, some providers require configuration (like endpoint URLs or cloud
|
||||||
regions) before they can be used. The [Provider
|
regions) before they can be used. The
|
||||||
Configuration](../../language/providers/configuration.mdx) page documents how
|
[Provider Configuration](../../language/providers/configuration.mdx) page
|
||||||
to configure settings for providers.
|
documents how to configure settings for providers.
|
||||||
|
|
||||||
## Requiring Providers
|
## Requiring Providers
|
||||||
|
|
||||||
|
@ -36,8 +36,7 @@ OpenTofu state will be written into the file `path/mystate/version-1.tfstate`. T
|
|||||||
## Data Source Configuration
|
## Data Source Configuration
|
||||||
|
|
||||||
To make use of the OSS remote state in another configuration, use the
|
To make use of the OSS remote state in another configuration, use the
|
||||||
[`terraform_remote_state` data
|
[`terraform_remote_state` data source](../../../language/state/remote-state-data.mdx).
|
||||||
source](../../../language/state/remote-state-data/index.mdx).
|
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
terraform {
|
terraform {
|
||||||
|
@ -40,8 +40,8 @@ following sections.
|
|||||||
|
|
||||||
The nested `backend` block configures which state backend OpenTofu should use.
|
The nested `backend` block configures which state backend OpenTofu should use.
|
||||||
|
|
||||||
The syntax and behavior of the `backend` block is described in [Backend
|
The syntax and behavior of the `backend` block is described in
|
||||||
Configuration](../../language/settings/backends/configuration.mdx).
|
[Backend Configuration](../../language/settings/backends/configuration.mdx).
|
||||||
|
|
||||||
## Specifying a Required OpenTofu Version
|
## Specifying a Required OpenTofu Version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user