HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

terraform login — Log in to a remote host. See also: `terraform logout`. More information: <https://developer.hashicor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcliloghostterraform loginremoteseealso

Problem

How to use the terraform login command: Log in to a remote host. See also: terraform logout. More information: <https://developer.hashicorp.com/terraform/cli/commands/login>.

Solution

terraform login — Log in to a remote host. See also: terraform logout. More information: <https://developer.hashicorp.com/terraform/cli/commands/login>.

Log in to HCP Terraform (app.terraform.io):
terraform login


Log in to a specific hostname:
terraform login {{hostname}}


Log in to HCP Terraform Europe:
terraform login app.terraform.io/eu

Code Snippets

Log in to HCP Terraform (app.terraform.io)

terraform login

Log in to a specific hostname

terraform login {{hostname}}

Log in to HCP Terraform Europe

terraform login app.terraform.io/eu

Context

tldr-pages: common/terraform login

Revisions (0)

No revisions yet.