tofu-output
Display OpenTofu state output values
TLDR
Show all outputs
$ tofu output
Show specific output$ tofu output [name]
Output as JSON$ tofu output -json
Get raw value$ tofu output -raw [name]
SYNOPSIS
tofu output [options] [name]
DESCRIPTION
tofu output displays output values from OpenTofu state. OpenTofu is the open-source fork of Terraform. Shows values defined in output blocks.
PARAMETERS
-json
Output as JSON.-raw
Output raw string value.-state path
Read from state file.
SEE ALSO
tofu(1), terraform-output(1)
