mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 02:02:02 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/terraform-logout
Normal file
18
tldr/terraform-logout
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user