LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

terraform-output

Display Terraform output values

TLDR

Show all outputs
$ terraform output
copy
Show specific output
$ terraform output [name]
copy
Output as JSON
$ terraform output -json
copy
Get raw value
$ terraform output -raw [name]
copy

SYNOPSIS

terraform output [options] [name]

DESCRIPTION

terraform output reads output values from the Terraform state file. It displays values defined in `output` blocks of the root module. Useful for scripting, passing values between configurations, and extracting infrastructure details like IP addresses, URLs, or resource IDs.Use -raw to get a bare string suitable for shell scripting (no quotes or formatting). Use -json to get machine-readable output including type information. When called without a name, all outputs are displayed.

PARAMETERS

-json

Output as JSON.
-raw
Output raw string value.
-state path
Read from state file.
-no-color
Disable color output.

INSTALL

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

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