mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Correct docs for terraform block (#633)
This commit is contained in:
@@ -24,7 +24,7 @@ You do not need to configure a backend when using TACOS (TF Automation and Colla
|
||||
it automatically manages state in the workspaces associated with your configuration. If your configuration includes a [`cloud` block](/docs/language/settings/tf-cloud), it cannot include a `backend` block.
|
||||
|
||||
To configure a backend, add a nested `backend` block within the top-level
|
||||
`tofu` block. The following example configures the `remote` backend.
|
||||
`terraform` block. The following example configures the `remote` backend.
|
||||
|
||||
```hcl
|
||||
terraform {
|
||||
|
||||
Reference in New Issue
Block a user