Skip to content

Commit

Permalink
Merge pull request #31403 from hashicorp/backport/cstella84/patch-add…
Browse files Browse the repository at this point in the history
…-hyperlink-for-referenced-argument

Added link to "hostname" argument
  • Loading branch information
crw committed Jul 8, 2022
2 parents 7feef1c + 9e3535b commit a30d1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/settings/terraform-cloud.mdx
Expand Up @@ -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.

Expand Down

0 comments on commit a30d1c4

Please sign in to comment.