From b8d8461dbb64ba14e9bd03c32c5369492850801d Mon Sep 17 00:00:00 2001 From: GoodmanBen Date: Tue, 15 Mar 2022 11:26:04 -0400 Subject: [PATCH] no new line changes in terraform-cloud.mdx --- website/docs/language/settings/terraform-cloud.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/language/settings/terraform-cloud.mdx b/website/docs/language/settings/terraform-cloud.mdx index 1cd9c7b8d..e76454772 100644 --- a/website/docs/language/settings/terraform-cloud.mdx +++ b/website/docs/language/settings/terraform-cloud.mdx @@ -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.