no new line changes in terraform-cloud.mdx

This commit is contained in:
GoodmanBen 2022-03-15 11:26:04 -04:00
parent 12f125d958
commit b8d8461dbb
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ terraform {
}
```
You cannot use the CLI integration and a [state backend](/language/settings/backends) 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.
You cannot use the CLI integration and a [state backend](/language/settings/backends) 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](/cli/cloud) in the Terraform CLI docs for more information.