Skip to content

Commit

Permalink
Updates to TFC page in Language
Browse files Browse the repository at this point in the history
  • Loading branch information
laurapacilio committed Dec 8, 2021
1 parent ab23ecb commit d0cb88f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/language/settings/terraform-cloud.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The main module of a Terraform configuration can integrate with Terraform Cloud
[CLI-driven run workflow](/docs/cloud/run/cli.html). You only need to configure these settings when you want to use Terraform CLI to interact with Terraform Cloud. Terraform Cloud ignores them when interacting with
Terraform through version control or the API.

> **Hands On:** Try the [Migrate State to Terraform Cloud](https://learn.hashicorp.com/tutorials/terraform/cloud-migrate) tutorial on HashiCorp Learn.
You can configure the Terraform Cloud CLI integration by adding a nested `cloud` block within the top-level
`terraform` block:

Expand All @@ -26,6 +28,6 @@ terraform {
}
```

You cannot use the CLI integration and a [state backend](/docs/language/settings/backends/index.html) in the same configuration; the are mutually exclusive. A configuration can only provide one `cloud` block and the `cloud` block cannot refer to named values like input variables, locals, or data source attributes.
You cannot use the CLI integration and a [state backend](/docs/language/settings/backends/index.html) in the same configuration; they are mutually exclusive. A configuration can only provide one `cloud` block and the `cloud` block cannot refer to named values like input variables, locals, or data source attributes.

Refer to [Using Terraform Cloud](/docs/cli/cloud/index.html) in the Terraform CLI docs for more information.

0 comments on commit d0cb88f

Please sign in to comment.