mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 22:54:31 +00:00
19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# terraform logout
|
|
|
|
> Log out from a remote host.
|
|
> See also: `terraform login`.
|
|
> More information: <https://developer.hashicorp.com/terraform/cli/commands/logout>.
|
|
|
|
- Log out from HCP Terraform (app.terraform.io):
|
|
|
|
`terraform logout`
|
|
|
|
- Log out from a specific hostname:
|
|
|
|
`terraform logout {{hostname}}`
|