Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-01 00:30:22 +00:00
parent 3ae0930896
commit d8f280b652
20 changed files with 423 additions and 10 deletions

18
tldr/terraform-logout Normal file
View 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}}`