File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
v1.13.x/docs/cli/commands
v1.14.x (beta)/docs/cli/commands Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ Usage: `terraform login [hostname]`
2222If you don't provide an explicit hostname, Terraform will assume you want to
2323log in to HCP Terraform at ` app.terraform.io ` .
2424
25+ <Note >
26+
27+ If you are in an HCP Europe organization, login to the HCP Europe environment by specifying the hostname:
28+
29+ ``` shell-session
30+ $ terraform login app.terraform.io/eu
31+ ```
32+
33+ To learn more about HCP Europe, refer to [ Use HCP Terraform in Europe] ( /terraform/cloud-docs/europe ) .
34+
35+ </Note >
36+
2537## Credentials Storage
2638
2739By default, Terraform will obtain an API token and save it in plain text in a
Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ Usage: `terraform login [hostname]`
2222If you don't provide an explicit hostname, Terraform will assume you want to
2323log in to HCP Terraform at ` app.terraform.io ` .
2424
25+ <Note >
26+
27+ If you are in an HCP Europe organization, login to the HCP Europe environment by specifying the hostname:
28+
29+ ``` shell-session
30+ $ terraform login app.terraform.io/eu
31+ ```
32+
33+ To learn more about HCP Europe, refer to [ Use HCP Terraform in Europe] ( /terraform/cloud-docs/europe ) .
34+
35+ </Note >
36+
2537## Credentials Storage
2638
2739By default, Terraform will obtain an API token and save it in plain text in a
You can’t perform that action at this time.
0 commit comments