LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

terraform-logout

Remove locally stored Terraform credentials

TLDR

Log out from HCP Terraform (default)
$ terraform logout
copy
Log out from a specific Terraform Enterprise instance
$ terraform logout [hostname]
copy

SYNOPSIS

terraform logout [hostname]

DESCRIPTION

terraform logout removes locally stored API credentials for a specified remote service host. These credentials are typically stored after running terraform login. The command supports HCP Terraform, Terraform Enterprise, and any host offering Terraform services.When using the default credentials file, it removes the token for the specified hostname from ~/.terraform.d/credentials.tfrc.json. If a credentials helper is configured, Terraform invokes the helper's forget command to remove credentials from the external system.

PARAMETERS

hostname

The hostname of the Terraform service to log out from. Defaults to app.terraform.io (HCP Terraform). For Terraform Enterprise, specify your organization's hostname

INSTALL

sudo pacman -S terraform
copy
nix profile install nixpkgs#terraform
copy

CAVEATS

The API token is only removed from local storage. It is not revoked on the remote server. The token remains valid until you manually revoke it through the service's web UI or API. For proper security hygiene, always revoke tokens on the remote service after logging out locally.

HISTORY

Introduced in Terraform v0.12.21 in early 2020 alongside terraform login to simplify credential management for Terraform Cloud and Enterprise connections.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid