mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31403 from hashicorp/backport/cstella84/patch-add-hyperlink-for-referenced-argument
Added link to "hostname" argument
This commit is contained in:
commit
a30d1c475c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user