mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
typo: language settings backends configuration typo (#1637)
Signed-off-by: Wei Hong <zxc37984@gmail.com>
This commit is contained in:
parent
adcdec9525
commit
4aa964e256
@ -8,7 +8,7 @@ description: >-
|
||||
|
||||
A backend defines where OpenTofu stores its [state](../../../language/state/index.mdx) data files.
|
||||
|
||||
OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations either intergrate with TACOS (TF Automation and Collaboration Software) or use a backend to store state remotely. This lets multiple people access the state data and work together on that collection of infrastructure resources.
|
||||
OpenTofu uses persisted state data to keep track of the resources it manages. Most non-trivial OpenTofu configurations either integrate with TACOS (TF Automation and Collaboration Software) or use a backend to store state remotely. This lets multiple people access the state data and work together on that collection of infrastructure resources.
|
||||
|
||||
This page describes how to configure a backend by adding the [`backend` block](#using-a-backend-block) to your configuration.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user