Correct docs for terraform block (#633)

This commit is contained in:
Serdar Dalgıç
2023-10-03 14:50:56 +02:00
committed by GitHub
parent 0c1cf4d1ef
commit 267a595c94
3 changed files with 17 additions and 10 deletions

View File

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