commands.sh

terraform output

all

Export structured data about your Terraform resources.

More info →

Examples (4)

With no additional arguments, `output` will display all outputs for the root module

Output only a value with specific name

Convert the output value to a raw string (useful for shell scripts)

Format the outputs as a JSON object, with a key per output (useful with jq)

made by @shridhargupta | data from tldr-pages