From 9e3535be9c5e3a391863a88d4f466c68089b4b81 Mon Sep 17 00:00:00 2001 From: Chris Stella Date: Thu, 7 Jul 2022 23:02:45 -0700 Subject: [PATCH] Added link to "hostname" argument There should be a link to the argument being referenced for clarity and completeness. --- website/docs/language/settings/terraform-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/terraform-cloud.mdx b/website/docs/language/settings/terraform-cloud.mdx index 49a35fda2e..bdfe6a3e64 100644 --- a/website/docs/language/settings/terraform-cloud.mdx +++ b/website/docs/language/settings/terraform-cloud.mdx @@ -29,7 +29,7 @@ terraform { } ``` -If you do not specify the `hostname`, it defaults to `app.terraform.io` for Terraform Cloud. For Terraform Enterprise installations, include the `hostname` configuration argument. +If you do not specify the `hostname`, it defaults to `app.terraform.io` for Terraform Cloud. For Terraform Enterprise installations, include the [hostname](/cli/cloud/settings#hostname) configuration argument. 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.